From cf81497e9dbbcc692b7afb7cfec92e18daf1cd1d Mon Sep 17 00:00:00 2001 From: Benjamin Canou Date: Thu, 23 Mar 2017 17:42:00 +0100 Subject: [PATCH] Alphanet: add git to the docker image for [git repack] to work. --- scripts/Dockerfile.binaries.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Dockerfile.binaries.in b/scripts/Dockerfile.binaries.in index 8831fb436..757781da5 100644 --- a/scripts/Dockerfile.binaries.in +++ b/scripts/Dockerfile.binaries.in @@ -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 && \