FIX install of pyln-client

Without python3-dev and libffi-dev we have compilation issues
when pip installing pyln-client.
This commit is contained in:
Pascal Grange 2024-05-14 13:32:27 +02:00
parent 5805f29f6e
commit e3937d6d28

View File

@ -115,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