Add build dependencies for sqlite3

This commit is contained in:
Joost van Amersfoort 2020-09-13 15:52:21 +01:00 committed by GitHub
parent d777369e64
commit 0272edd4dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,6 +6,9 @@ FROM ${BUILD_FROM}
# hadolint ignore=DL3003
RUN \
apk add --no-cache --virtual .build-dependencies \
g++=9.3.0-r2 \
make=4.3-r0 \
python2=2.7.18-r0 \
yarn=1.22.4-r0 \
\
&& apk add --no-cache \