Task: Add git support for image
This commit is contained in:
parent
7f0e377852
commit
3fce9faea6
@ -51,7 +51,7 @@ RUN chmod +x /usr/local/bin/docker-entrypoint.sh
|
|||||||
RUN chmod +x /usr/local/bin/modprobe
|
RUN chmod +x /usr/local/bin/modprobe
|
||||||
|
|
||||||
# Install Yarn
|
# Install Yarn
|
||||||
RUN apk add --update --no-cache yarn
|
RUN apk add --update --no-cache yarn git
|
||||||
|
|
||||||
ENV DOCKER_TLS_CERTDIR=/certs
|
ENV DOCKER_TLS_CERTDIR=/certs
|
||||||
RUN mkdir /certs /certs/client && chmod 1777 /certs /certs/client
|
RUN mkdir /certs /certs/client && chmod 1777 /certs /certs/client
|
||||||
|
Loading…
Reference in New Issue
Block a user