Skip to content

Commit 2c6180f

Browse files
committed
fix amazonlinux and opensuse
1 parent 45ad887 commit 2c6180f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

amazonlinux/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ RUN cd /build-kernel/linux && git pull --all
1010

1111
RUN yum install -y ncurses-devel make gcc bc bison flex elfutils-libelf-devel openssl-devel
1212
RUN yum install -y make diffutils cpio zstd rpm-build rsync hostname elfutils-devel
13+
RUN yum install -y dwarves perl
1314

1415
# make htmldocs
1516
RUN yum install -y python3-pip graphviz texlive-latex librsvg2-tools

opensuse/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN cd /build-kernel/linux && git pull --all
1414
RUN zypper in -y -t pattern devel_basis
1515
RUN zypper rm -y busybox-diffutils
1616
RUN zypper in -y bc openssl openssl-devel dwarves rpm-build libelf-devel
17-
RUN zypper in -y zstd rpm-build rsync hostname elfutils-devel
17+
RUN zypper in -y zstd rpm-build rsync hostname
1818

1919
RUN zypper in -y python3 python3-pip graphviz
2020
RUN zypper clean -a

0 commit comments

Comments
 (0)