From 3fce9faea6e263ddaa472d7144c1700c05724c3d Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Wed, 14 Jul 2021 18:33:03 +0700 Subject: [PATCH] Task: Add git support for image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2c3334d..bcff31b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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