File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ RUN cd /build-kernel/linux && git pull --all
1010
1111RUN yum install -y ncurses-devel make gcc bc bison flex elfutils-libelf-devel openssl-devel
1212RUN yum install -y make diffutils cpio zstd rpm-build rsync hostname elfutils-devel
13+ RUN yum install -y dwarves perl
1314
1415# make htmldocs
1516RUN yum install -y python3-pip graphviz texlive-latex librsvg2-tools
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ RUN cd /build-kernel/linux && git pull --all
1414RUN zypper in -y -t pattern devel_basis
1515RUN zypper rm -y busybox-diffutils
1616RUN 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
1919RUN zypper in -y python3 python3-pip graphviz
2020RUN zypper clean -a
You can’t perform that action at this time.
0 commit comments