Skip to content

Commit

Permalink
Remove dnf update and kernel-core and kernel-modules
Browse files Browse the repository at this point in the history
  • Loading branch information
sjjamsa authored and Aalto Scientific Computing committed May 20, 2024
1 parent 697d7a0 commit 3fd0145
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions rhel-9/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ RUN dnf versionlock -y \


# this imitates a server groupinstall
RUN dnf update -y \
&& dnf install -y --allowerasing \
RUN dnf install -y --allowerasing \
coreutils \
cpio \
dhclient \
Expand All @@ -36,8 +35,6 @@ RUN dnf update -y \
initscripts \
ipmitool \
iproute \
kernel-core \
kernel-modules \
ncurses \
net-tools \
NetworkManager \
Expand Down

0 comments on commit 3fd0145

Please sign in to comment.