add git
All checks were successful
Build and push k8s-workflow-image / build (push) Successful in 7s
All checks were successful
Build and push k8s-workflow-image / build (push) Successful in 7s
This commit is contained in:
parent
cfc910346c
commit
e6fabe0f1a
@ -24,4 +24,7 @@ RUN . /envfile && \
|
|||||||
# Install Node.js
|
# Install Node.js
|
||||||
RUN apk update && apk add --no-cache nodejs npm
|
RUN apk update && apk add --no-cache nodejs npm
|
||||||
|
|
||||||
|
# Install git
|
||||||
|
RUN apk update && apk add --no-cache git
|
||||||
|
|
||||||
WORKDIR /apps
|
WORKDIR /apps
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user