mirror of
https://github.com/mickael-kerjean/filestash
synced 2026-01-08 08:44:23 +01:00
improvement (ARM): update the build to support ARM - #142
This commit is contained in:
parent
8393b0d55a
commit
95af619175
1 changed files with 2 additions and 2 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue