Skip to content

Commit

Permalink
yum install which in fedora and rockylinux
Browse files Browse the repository at this point in the history
  • Loading branch information
takano32 committed Mar 10, 2024
1 parent d7784c0 commit 1a160f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions fedora/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,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 which

# make htmldocs
RUN yum install -y python3-pip graphviz texlive-latex librsvg2-tools
Expand Down
1 change: 1 addition & 0 deletions rockylinux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,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 which

# make htmldocs
RUN yum install -y python3-pip graphviz texlive-latex librsvg2-tools
Expand Down

0 comments on commit 1a160f6

Please sign in to comment.