Skip to content

Commit 3f32325

Browse files
committed
install elfutils-devel package
1 parent e8b4be1 commit 3f32325

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

amazonlinux/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN while :; do cd /build-kernel/linux && git fetch --unshallow && break || slee
99
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
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
1515
RUN yum install -y python3-pip graphviz texlive-latex librsvg2-tools

centos/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN while :; do cd /build-kernel/linux && git fetch --unshallow && break || slee
99
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
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
1515
RUN yum install -y python3-pip graphviz texlive-latex librsvg2-tools

centos8/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN while :; do cd /build-kernel/linux && git fetch --unshallow && break || slee
1515
RUN cd /build-kernel/linux && git pull --all
1616

1717
RUN 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
2121
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
17+
RUN zypper in -y zstd rpm-build rsync hostname elfutils-devel
1818

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

0 commit comments

Comments
 (0)