improvement (ARM): update the build to support ARM - #142

This commit is contained in:
herlev 2019-03-14 01:51:07 +01:00 committed by Mickael
parent 8393b0d55a
commit 95af619175

View file

@ -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"]
CMD ["/app/filestash"]