From 95af61917548deadb2dbd2ca6ae0bf1007da86be Mon Sep 17 00:00:00 2001 From: herlev <33587268+herlev@users.noreply.github.com> Date: Thu, 14 Mar 2019 01:51:07 +0100 Subject: [PATCH] improvement (ARM): update the build to support ARM - #142 --- docker/prod/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/prod/Dockerfile b/docker/prod/Dockerfile index e97ba84e..deeeb7cf 100644 --- a/docker/prod/Dockerfile +++ b/docker/prod/Dockerfile @@ -7,7 +7,7 @@ ENV CGO_LDFLAGS_ALLOW '-fopenmp' RUN mkdir -p $GOPATH/src/github.com/mickael-kerjean/ && \ ################# # Dependencies - apk --no-cache --virtual .build-deps add make gcc g++ curl nodejs git npm && \ + apk --no-cache --virtual .build-deps add make gcc g++ curl nodejs git npm python2 binutils-gold && \ apk --no-cache --virtual .go add go --repository http://dl-3.alpinelinux.org/alpine/edge/community && \ mkdir /tmp/deps && \ cd /tmp/deps && \ @@ -85,4 +85,4 @@ EXPOSE 8334 VOLUME ["/app/data/config/"] WORKDIR "/app" USER filestash -CMD ["/app/filestash"] \ No newline at end of file +CMD ["/app/filestash"]