Skip to content

Commit

Permalink
fix: add glibc-common to rh-based dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
antmelekhin committed Oct 27, 2024
1 parent 1155b66 commit 3d7d5ae
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion almalinux/8.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LABEL maintainer='Anton Melekhin'

ENV container=docker

RUN INSTALL_PKGS='findutils initscripts iproute python3 sudo' \
RUN INSTALL_PKGS='findutils glibc-common initscripts iproute python3 sudo' \
&& dnf makecache && dnf install -y $INSTALL_PKGS \
&& dnf clean all

Expand Down
2 changes: 1 addition & 1 deletion almalinux/9.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LABEL maintainer='Anton Melekhin'

ENV container=docker

RUN INSTALL_PKGS='findutils initscripts iproute python3 sudo' \
RUN INSTALL_PKGS='findutils glibc-common initscripts iproute python3 sudo' \
&& dnf makecache && dnf install -y $INSTALL_PKGS \
&& dnf clean all

Expand Down
2 changes: 1 addition & 1 deletion rockylinux/8.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LABEL maintainer='Anton Melekhin'

ENV container=docker

RUN INSTALL_PKGS='findutils initscripts iproute python3 sudo' \
RUN INSTALL_PKGS='findutils glibc-common initscripts iproute python3 sudo' \
&& dnf makecache && dnf install -y $INSTALL_PKGS \
&& dnf clean all

Expand Down
2 changes: 1 addition & 1 deletion rockylinux/9.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LABEL maintainer='Anton Melekhin'

ENV container=docker

RUN INSTALL_PKGS='findutils initscripts iproute python3 sudo' \
RUN INSTALL_PKGS='findutils glibc-common initscripts iproute python3 sudo' \
&& dnf makecache && dnf install -y $INSTALL_PKGS \
&& dnf clean all

Expand Down

0 comments on commit 3d7d5ae

Please sign in to comment.