Skip to content

Commit

Permalink
add diffutils
Browse files Browse the repository at this point in the history
  • Loading branch information
g0rgamesh committed Oct 19, 2023
1 parent a2eb2ae commit 522d8c4
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 @@ -19,7 +19,8 @@ ENV container docker
# CMD ["/usr/sbin/init"]

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 python3-virtualenv libffi-devel sudo which openssh-server \
diffstat diffutils && \
dnf clean all

RUN dnf install -y socat && dnf clean all
Expand Down

0 comments on commit 522d8c4

Please sign in to comment.