mirror of
https://github.com/hassio-addons/addon-thelounge.git
synced 2025-05-04 19:11:27 +00:00
Add build dependencies for sqlite3
This commit is contained in:
parent
d777369e64
commit
0272edd4dd
1 changed files with 3 additions and 0 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue