diff --git a/docker/kayobe/Dockerfile b/docker/kayobe/Dockerfile index 13a8b66..d4e5e33 100644 --- a/docker/kayobe/Dockerfile +++ b/docker/kayobe/Dockerfile @@ -23,13 +23,12 @@ ENV container docker # -e 's/mirror\.centos\.org/vault.centos.org/g' /etc/yum.repos.d/CentOS-Stream-*.repo RUN dnf update -y && \ - dnf install -y gcc git vim python3-pyyaml libffi-devel sudo which openssh-server \ - diffstat diffutils && \ + dnf install -y gcc git vim python3-pyyaml libffi-devel sudo which openssh-server diffstat diffutils && \ dnf clean all -RUN dnf install dnf-plugins-core \ - dnf config-manager --set-enabled crb \ - dnf install epel-release \ +RUN dnf install dnf-plugins-core && \ + dnf config-manager --set-enabled crb && \ + dnf install epel-release && \ dnf clean all RUN dnf install -y python3-virtualenv socat && dnf clean all