Skip to content

Commit

Permalink
(ansible-run) Add rsync
Browse files Browse the repository at this point in the history
  • Loading branch information
H3mul committed Oct 12, 2023
1 parent 39809f3 commit 2041bfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/ansible-run/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG TARGETPLATFORM
ARG VERSION
ARG CHANNEL

RUN apk add --no-cache bash ansible git openssh
RUN apk add --no-cache bash ansible git openssh rsync

COPY entrypoint.sh /entrypoint.sh

Expand Down

0 comments on commit 2041bfc

Please sign in to comment.