Added git to conf container for the cypherapps cloning

This commit is contained in:
kexkey
2019-06-02 14:29:00 -04:00
committed by kexkey
parent 226c32794c
commit e6d06a61bd

View File

@@ -6,7 +6,7 @@ COPY . /app
WORKDIR /app
RUN mkdir /data && \
apk add --update su-exec p7zip openssl nano apache2-utils && \
apk add --update su-exec p7zip openssl nano apache2-utils git && \
rm -rf /var/cache/apk/* && \
npm ci --production