Skip to content

Commit

Permalink
fix commands
Browse files Browse the repository at this point in the history
  • Loading branch information
g0rgamesh committed Sep 10, 2024
1 parent 0d47194 commit 86aef32
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docker/kayobe/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,10 @@ 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 dnf-plugins-core 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 && \
RUN dnf config-manager --set-enabled crb && \
dnf install epel-release && \
dnf clean all

Expand Down

0 comments on commit 86aef32

Please sign in to comment.