Skip to content

Commit

Permalink
Install hostname command
Browse files Browse the repository at this point in the history
  • Loading branch information
takano32 committed Jan 4, 2025
1 parent 2ced1d0 commit 19d8d85
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion amazonlinux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN while :; do cd /build-kernel/linux && git fetch --unshallow && break || slee
RUN cd /build-kernel/linux && git pull --all

RUN yum install -y ncurses-devel make gcc bc bison flex elfutils-libelf-devel openssl-devel
RUN yum install -y make diffutils cpio zstd rpm-build rsync
RUN yum install -y make diffutils cpio zstd rpm-build rsync hostname

# make htmldocs
RUN yum install -y python3-pip graphviz texlive-latex librsvg2-tools
Expand Down
2 changes: 1 addition & 1 deletion centos/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN while :; do cd /build-kernel/linux && git fetch --unshallow && break || slee
RUN cd /build-kernel/linux && git pull --all

RUN yum install -y ncurses-devel make gcc bc bison flex elfutils-libelf-devel openssl-devel
RUN yum install -y make diffutils cpio zstd rpm-build rsync
RUN yum install -y make diffutils cpio zstd rpm-build rsync hostname

# make htmldocs
RUN yum install -y python3-pip graphviz texlive-latex librsvg2-tools
Expand Down
2 changes: 1 addition & 1 deletion centos8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN while :; do cd /build-kernel/linux && git fetch --unshallow && break || slee
RUN cd /build-kernel/linux && git pull --all

RUN yum install -y ncurses-devel make gcc bc bison flex elfutils-libelf-devel openssl-devel
RUN yum install -y make diffutils cpio zstd rpm-build rsync
RUN yum install -y make diffutils cpio zstd rpm-build rsync hostname

# make htmldocs
RUN yum install -y python3-pip graphviz texlive-latex librsvg2-tools
Expand Down
2 changes: 1 addition & 1 deletion fedora/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN cd /build-kernel/linux && git pull --all

RUN yum groupinstall -y "Development tools"
RUN yum install -y ncurses-devel make gcc bc bison flex elfutils-libelf-devel openssl-devel
RUN yum install -y make diffutils cpio zstd rpm-build rsync
RUN yum install -y make diffutils cpio zstd rpm-build rsync hostname
RUN yum install -y which

# make htmldocs
Expand Down
2 changes: 1 addition & 1 deletion opensuse/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN cd /build-kernel/linux && git pull --all
RUN zypper in -y -t pattern devel_basis
RUN zypper rm -y busybox-diffutils
RUN zypper in -y bc openssl openssl-devel dwarves rpm-build libelf-devel
RUN zypper in -y zstd rpm-build rsync
RUN zypper in -y zstd rpm-build rsync hostname

RUN zypper in -y python3 python3-pip graphviz
RUN zypper clean -a
Expand Down

0 comments on commit 19d8d85

Please sign in to comment.