Skip to content

Commit

Permalink
add rclone in case
Browse files Browse the repository at this point in the history
  • Loading branch information
korewaChino committed Feb 29, 2024
1 parent c2571a5 commit 3b620e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# A simple Dockerfile in case one wants to run this as a container :P
FROM registry.access.redhat.com/ubi9/ubi-minimal

RUN microdnf install -y rsync openssh-clients && microdnf clean all -y
RUN microdnf install -y rsync openssh-clients rclone && microdnf clean all -y

ENV MIRROR_DIR /data

Expand Down

0 comments on commit 3b620e5

Please sign in to comment.