mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-20 13:54:36 +01:00
docker: Add two more dependencies to the fedora builder
Strictly speaking not needed for the build and test, but if we want to use the image also for packaging this is required. Signed-off-by: Christian Decker <decker.christian@gmail.com>
This commit is contained in:
parent
2c56019b46
commit
1899e000d6
1 changed files with 2 additions and 0 deletions
|
@ -15,9 +15,11 @@ RUN dnf update -y && \
|
|||
python3-devel \
|
||||
python3-pip \
|
||||
python3-setuptools \
|
||||
redhat-lsb \
|
||||
net-tools \
|
||||
valgrind \
|
||||
wget \
|
||||
xz \
|
||||
zlib-devel && \
|
||||
dnf clean all
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue