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 e7e7694 commit 0d47194
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions docker/kayobe/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0d47194

Please sign in to comment.