Skip to content

Commit

Permalink
fix missing epel repo
Browse files Browse the repository at this point in the history
  • Loading branch information
g0rgamesh committed Sep 10, 2024
1 parent 24df31c commit 0b7fff7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/kayobe/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ 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 update -y && \
RUN dnf config-manager --set-enabled epel
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 0b7fff7

Please sign in to comment.