Browse Source

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>
ppa-0.6.1
Christian Decker 7 years ago
committed by Rusty Russell
parent
commit
1899e000d6
  1. 2
      contrib/Dockerfile.builder.fedora

2
contrib/Dockerfile.builder.fedora

@ -15,9 +15,11 @@ RUN dnf update -y && \
python3-devel \ python3-devel \
python3-pip \ python3-pip \
python3-setuptools \ python3-setuptools \
redhat-lsb \
net-tools \ net-tools \
valgrind \ valgrind \
wget \ wget \
xz \
zlib-devel && \ zlib-devel && \
dnf clean all dnf clean all

Loading…
Cancel
Save