File tree Expand file tree Collapse file tree 6 files changed +6
-0
lines changed
Expand file tree Collapse file tree 6 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 11FROM docker.io/library/almalinux:10
22
3+ RUN mkdir /boot # missing in the container
34RUN dnf update -y \
45 && dnf install -y --allowerasing \
56 coreutils \
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ RUN sed -i /etc/yum.repos.d/almalinux*.repo \
66 -e 's/\$releasever/${release}/' \
77 && dnf clean all
88
9+ RUN mkdir /boot # missing in the container
910RUN dnf update -y \
1011 && dnf install -y --allowerasing \
1112 coreutils \
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ RUN sed -i /etc/yum.repos.d/almalinux*.repo \
77 -e 's|/almalinux/|/vault/|' \
88 && dnf clean all
99
10+ RUN mkdir /boot # missing in the container
1011RUN dnf update -y \
1112 && dnf install -y --allowerasing \
1213 coreutils \
Original file line number Diff line number Diff line change 11FROM docker.io/library/almalinux:9
22
3+ RUN mkdir /boot # missing in the container
34RUN dnf update -y \
45 && dnf install -y --allowerasing \
56 coreutils \
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ RUN sed -i /etc/yum.repos.d/almalinux*.repo \
66 -e 's/\$releasever/${release}/' \
77 && dnf clean all
88
9+ RUN mkdir /boot # missing in the container
910RUN dnf update -y \
1011 && dnf install -y --allowerasing \
1112 coreutils \
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ RUN sed -i /etc/yum.repos.d/almalinux*.repo \
77 -e 's|/almalinux/|/vault/|' \
88 && dnf clean all
99
10+ RUN mkdir /boot # missing in the container
1011RUN dnf update -y \
1112 && dnf install -y --allowerasing \
1213 coreutils \
You can’t perform that action at this time.
0 commit comments