Skip to content

Commit

Permalink
docker: Add two more dependencies to the fedora builder
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
cdecker authored and rustyrussell committed Jun 21, 2018
1 parent 2c56019 commit 1899e00
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contrib/Dockerfile.builder.fedora
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1899e00

Please sign in to comment.