Merge branch 'fix_build' into 'main'

Fix docker compose build issues

See merge request lightning-signer/vls-container!27
This commit is contained in:
dev random 2024-06-03 16:39:43 +00:00
commit 50bebd3700

View File

@ -26,7 +26,8 @@ RUN apk update && \
sqlite-dev \
sqlite-static \
zlib-dev \
zlib-static
zlib-static \
linux-headers
RUN pip3 install grpcio-tools
@ -114,7 +115,9 @@ RUN apk update && \
libev-dev \
curl-dev \
sqlite-dev \
tini
tini \
python3-dev \
libffi-dev
ARG LIGHTNINGD_UID=101 \
LIGHTNINGD_USER=lightning