Make Docker image buildable on ARM (#2065)
* after yarn upgrade * after manually removing node-gyp as top level dependency
This commit is contained in:
parent
fdb2689a14
commit
556f68ab15
3 changed files with 19 additions and 59 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue