Task: Add git support for image

This commit is contained in:
Sambo Chea 2021-07-14 18:33:03 +07:00
parent 7f0e377852
commit 3fce9faea6

View File

@ -51,7 +51,7 @@ RUN chmod +x /usr/local/bin/docker-entrypoint.sh
RUN chmod +x /usr/local/bin/modprobe
# Install Yarn
RUN apk add --update --no-cache yarn
RUN apk add --update --no-cache yarn git
ENV DOCKER_TLS_CERTDIR=/certs
RUN mkdir /certs /certs/client && chmod 1777 /certs /certs/client