mirror of
https://github.com/mickael-kerjean/filestash.git
synced 2024-04-21 12:32:08 +00:00
improvement (ARM): update the build to support ARM - #142
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user