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 62b6894 commit c75674b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docker/kayobe/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,17 @@ 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-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 \
dnf install -y gcc git vim python3-pyyaml libffi-devel sudo which openssh-server \
diffstat diffutils && \
dnf clean all

RUN dnf install -y socat && dnf clean all
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

ENV KAYOBE_USER=stack
ARG KAYOBE_USER_UID=1000
Expand Down

0 comments on commit c75674b

Please sign in to comment.