Add additional build dependencies
This commit is contained in:
parent
45735e7908
commit
f958129d09
@ -24,7 +24,7 @@ COPY package.json package-lock.json ../
|
|||||||
|
|
||||||
# Install more dependencies
|
# Install more dependencies
|
||||||
RUN apk add --no-cache postgresql-libs && \
|
RUN apk add --no-cache postgresql-libs && \
|
||||||
apk add --no-cache --virtual .build-deps gcc musl-dev postgresql-dev && \
|
apk add --no-cache --virtual .build-deps gcc musl-dev postgresql-dev libressl-dev libffi-dev && \
|
||||||
npm i -P --prefix .. && \
|
npm i -P --prefix .. && \
|
||||||
pip install poetry==1.2.2
|
pip install poetry==1.2.2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user