0
0
Fork 0

Make Docker image buildable on ARM (#2065)

* after yarn upgrade

* after manually removing node-gyp as top level dependency
This commit is contained in:
Christoph Witzany 2017-04-20 13:29:38 +02:00 committed by Eugen
parent fdb2689a14
commit 556f68ab15
3 changed files with 19 additions and 59 deletions

View file

@ -17,6 +17,7 @@ RUN echo "@edge https://nl.alpinelinux.org/alpine/edge/main" >> /etc/apk/reposit
postgresql-dev \
libxml2-dev \
libxslt-dev \
python \
build-base" \
&& apk -U upgrade && apk add \
$BUILD_DEPS \