summaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorDonatas Abraitis <donatas.abraitis@gmail.com>2020-01-05 21:10:34 +0100
committerGitHub <noreply@github.com>2020-01-05 21:10:34 +0100
commit8728ae46c84d24b07c8598e84edcbcfbad28b807 (patch)
treedcaa858047a80f14ed3ed7e7f04b96fc87a94fa2 /docker
parentMerge pull request #5601 from donaldsharp/pim_rb (diff)
parentalpine: fix build on current 'edge' version of Alpine (diff)
downloadfrr-8728ae46c84d24b07c8598e84edcbcfbad28b807.tar.xz
frr-8728ae46c84d24b07c8598e84edcbcfbad28b807.zip
Merge pull request #5467 from pogojotz/alpine-linux-build
alpine: fix build on current 'edge' version of Alpine
Diffstat (limited to 'docker')
-rw-r--r--docker/alpine/Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/alpine/Dockerfile b/docker/alpine/Dockerfile
index 88c8f88f8..ed6453e2b 100644
--- a/docker/alpine/Dockerfile
+++ b/docker/alpine/Dockerfile
@@ -42,6 +42,7 @@ USER builder
RUN cd /dist \
&& abuild-keygen -a -n \
&& abuild checksum \
+ && git init \
&& abuild -r -P /pkgs/apk
# This stage installs frr from the apk