Skip to content

Commit

Permalink
add commands
Browse files Browse the repository at this point in the history
  • Loading branch information
g0rgamesh committed Sep 10, 2024
1 parent 941a502 commit 62b6894
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docker/kayobe/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ ENV container docker
# -e 's/^#baseurl/baseurl/g' \
# -e 's/mirror\.centos\.org/vault.centos.org/g' /etc/yum.repos.d/CentOS-Stream-*.repo

RUN dnf install 'dnf-command(config-manager)' && \
dnf config-manager --set-enabled epel
RUN dnf install dnf-plugins-core \
dnf config-manager --set-enabled crb \
dnf install epel-release \
dnf clean all

RUN dnf update -y && \
dnf install -y gcc git vim python3-pyyaml python3-virtualenv libffi-devel sudo which openssh-server \
Expand Down

0 comments on commit 62b6894

Please sign in to comment.