Skip to content

Commit

Permalink
Added dependencies needed for rsyn
Browse files Browse the repository at this point in the history
  • Loading branch information
mmontes11 committed Oct 12, 2024
1 parent 61971e4 commit 4a58830
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ RUN apk add --no-cache \
curl \
coreutils \
tzdata \
git \
rsync \
stunnel \
&& echo "Packages installed successfully" \
&& curl -fsSL "https://github.com/backube/volsync/archive/refs/tags/${VERSION}.tar.gz" -o /tmp/volsync.tar.gz \
&& echo "Downloaded VolSync version ${VERSION}" \
Expand Down

0 comments on commit 4a58830

Please sign in to comment.