Skip to content

Commit

Permalink
add stanza
Browse files Browse the repository at this point in the history
  • Loading branch information
g0rgamesh committed Sep 10, 2024
1 parent 9163b12 commit 941a502
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docker/kayobe/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +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 \
dnf update -y && \
RUN dnf install 'dnf-command(config-manager)' && \
dnf config-manager --set-enabled epel

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

0 comments on commit 941a502

Please sign in to comment.