Alphanet: add git to the docker image for [git repack] to work.
This commit is contained in:
parent
c46950b903
commit
cf81497e9d
@ -4,7 +4,7 @@ LABEL distro_style="apk" distro="alpine" distro_long="alpine-$alpine_version" ar
|
|||||||
|
|
||||||
RUN apk update && \
|
RUN apk update && \
|
||||||
apk upgrade && \
|
apk upgrade && \
|
||||||
apk add sudo bash libssl1.0 libsodium gmp && \
|
apk add sudo bash libssl1.0 libsodium gmp git && \
|
||||||
rm -f /var/cache/apk/* && \
|
rm -f /var/cache/apk/* && \
|
||||||
adduser -S tezos && \
|
adduser -S tezos && \
|
||||||
echo 'tezos ALL=(ALL:ALL) NOPASSWD:ALL' > /etc/sudoers.d/tezos && \
|
echo 'tezos ALL=(ALL:ALL) NOPASSWD:ALL' > /etc/sudoers.d/tezos && \
|
||||||
|
Loading…
Reference in New Issue
Block a user