Skip to content

Commit 1899e00

Browse files
cdeckerrustyrussell
authored andcommitted
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 <[email protected]>
1 parent 2c56019 commit 1899e00

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

contrib/Dockerfile.builder.fedora

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,11 @@ RUN dnf update -y && \
1515
python3-devel \
1616
python3-pip \
1717
python3-setuptools \
18+
redhat-lsb \
1819
net-tools \
1920
valgrind \
2021
wget \
22+
xz \
2123
zlib-devel && \
2224
dnf clean all
2325

0 commit comments

Comments
 (0)