File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1.2
22
33# NOTE: Currently supported images:
4- # quay.io/centos/centos:stream8
4+ # quay.io/rockylinux/rockylinux:8
55# rockylinux:9
6- ARG BASE_IMAGE="quay.io/centos/centos:stream8 "
6+ ARG BASE_IMAGE="quay.io/rockylinux/rockylinux:8 "
77FROM ${BASE_IMAGE}
88LABEL maintainer=
"Will Szumski [email protected] " 99
@@ -27,10 +27,10 @@ ENV container docker
2727
2828# CMD ["/usr/sbin/init"]
2929
30- ARG BASE_IMAGE="quay.io/centos/centos:stream8 "
30+ ARG BASE_IMAGE="quay.io/rockylinux/rockylinux:8 "
3131RUN dnf install epel-release -y && \
3232 dnf update -y --nobest && \
33- dnf install -y gcc git vim python3-pyyaml \
33+ dnf install -y gcc git vim python3-pyyaml findutils \
3434 libffi-devel sudo which openssh-server e2fsprogs \
3535 diffstat diffutils debootstrap procps-ng gdisk util-linux \
3636 dosfstools lvm2 kpartx systemd-udev bash-completion rsync && \
You can’t perform that action at this time.
0 commit comments