Alphanet: add git to the docker image for [git repack] to work.

This commit is contained in:
Benjamin Canou 2017-03-23 17:42:00 +01:00
parent c46950b903
commit cf81497e9d

View File

@ -4,7 +4,7 @@ LABEL distro_style="apk" distro="alpine" distro_long="alpine-$alpine_version" ar
RUN apk update && \
apk upgrade && \
apk add sudo bash libssl1.0 libsodium gmp && \
apk add sudo bash libssl1.0 libsodium gmp git && \
rm -f /var/cache/apk/* && \
adduser -S tezos && \
echo 'tezos ALL=(ALL:ALL) NOPASSWD:ALL' > /etc/sudoers.d/tezos && \