Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Removed the outdated rsync downgrade
  • Loading branch information
MaxBed4d authored and assumptionsandg committed Jan 18, 2024
1 parent 8ac76ce commit 48d7b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/kayobe/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ RUN sed -i 's/# udev_rules = 1/udev_rules = 0/g' /etc/lvm/lvm.conf && \
# Hoepfully they have fixed this issue before this old
# package is removed.
# See: https://bugzilla.redhat.com/show_bug.cgi?id=2043753
RUN dnf install -y rsync-3.1.3-14.el8 && dnf clean all
# RUN dnf install -y rsync-3.1.3-14.el8 && dnf clean all

RUN python3 -m pip install docker six

Expand Down

0 comments on commit 48d7b1e

Please sign in to comment.