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:
parent
5805f29f6e
commit
e3937d6d28
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user