File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ RUN while :; do cd /build-kernel/linux && git fetch --unshallow && break || slee
99RUN cd /build-kernel/linux && git pull --all
1010
1111RUN yum install -y ncurses-devel make gcc bc bison flex elfutils-libelf-devel openssl-devel
12- RUN yum install -y make diffutils cpio zstd rpm-build rsync hostname
12+ RUN yum install -y make diffutils cpio zstd rpm-build rsync hostname elfutils-devel
1313
1414# make htmldocs
1515RUN yum install -y python3-pip graphviz texlive-latex librsvg2-tools
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ RUN while :; do cd /build-kernel/linux && git fetch --unshallow && break || slee
99RUN cd /build-kernel/linux && git pull --all
1010
1111RUN yum install -y ncurses-devel make gcc bc bison flex elfutils-libelf-devel openssl-devel
12- RUN yum install -y make diffutils cpio zstd rpm-build rsync hostname
12+ RUN yum install -y make diffutils cpio zstd rpm-build rsync hostname elfutils-devel
1313
1414# make htmldocs
1515RUN yum install -y python3-pip graphviz texlive-latex librsvg2-tools
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ RUN while :; do cd /build-kernel/linux && git fetch --unshallow && break || slee
1515RUN cd /build-kernel/linux && git pull --all
1616
1717RUN yum install -y ncurses-devel make gcc bc bison flex elfutils-libelf-devel openssl-devel
18- RUN yum install -y make diffutils cpio zstd rpm-build rsync hostname
18+ RUN yum install -y make diffutils cpio zstd rpm-build rsync hostname elfutils-devel
1919
2020# make htmldocs
2121RUN 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
17+ RUN zypper in -y zstd rpm-build rsync hostname elfutils-devel
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