Merge "Upgrade curl-minimal for RHEL based images built from containers"
This commit is contained in:
commit
a5cac98a42
@ -1,7 +1,8 @@
|
||||
FROM quay.io/almalinuxorg/almalinux:8
|
||||
|
||||
RUN dnf group install -y 'Minimal Install' --allowerasing && \
|
||||
dnf install -y findutils util-linux sudo python3 NetworkManager
|
||||
dnf install -y findutils util-linux sudo python3 NetworkManager \
|
||||
curl libcurl --allowerasing
|
||||
|
||||
RUN systemctl unmask console-getty.service dev-hugepages.mount \
|
||||
getty.target sys-fs-fuse-connections.mount systemd-logind.service \
|
||||
|
@ -1,7 +1,8 @@
|
||||
FROM quay.io/almalinuxorg/almalinux:9
|
||||
|
||||
RUN dnf group install -y 'Minimal Install' --allowerasing && \
|
||||
dnf install -y findutils util-linux sudo python3 NetworkManager
|
||||
dnf install -y findutils util-linux sudo python3 NetworkManager \
|
||||
curl libcurl --allowerasing
|
||||
|
||||
RUN systemctl unmask console-getty.service dev-hugepages.mount \
|
||||
getty.target sys-fs-fuse-connections.mount systemd-logind.service \
|
||||
|
@ -2,7 +2,7 @@ FROM docker.io/library/rockylinux:8
|
||||
|
||||
RUN dnf group install -y 'Minimal Install' --allowerasing && \
|
||||
dnf install -y findutils util-linux sudo python3 NetworkManager \
|
||||
NetworkManager-config-server
|
||||
NetworkManager-config-server curl libcurl --allowerasing
|
||||
|
||||
RUN systemctl unmask console-getty.service dev-hugepages.mount \
|
||||
getty.target sys-fs-fuse-connections.mount systemd-logind.service \
|
||||
|
@ -2,7 +2,7 @@ FROM docker.io/rockylinux/rockylinux:9
|
||||
|
||||
RUN dnf group install -y 'Minimal Install' --allowerasing && \
|
||||
dnf install -y findutils util-linux sudo python3 NetworkManager \
|
||||
NetworkManager-config-server
|
||||
NetworkManager-config-server curl libcurl --allowerasing
|
||||
|
||||
RUN systemctl unmask console-getty.service dev-hugepages.mount \
|
||||
getty.target sys-fs-fuse-connections.mount systemd-logind.service \
|
||||
|
Loading…
Reference in New Issue
Block a user