Skip to content

Commit c21de92

Browse files
ktaganovaclaude
andauthored
fix: add rsync to runner image (#63)
Co-authored-by: Claude <claude@anthropic.com>
1 parent 05e6c07 commit c21de92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM ghcr.io/actions/actions-runner:2.333.0
22

33
RUN sudo apt update -y && \
4-
sudo apt install -y curl wget git-all && \
4+
sudo apt install -y curl wget git-all rsync && \
55
rm -rf /etc/apt/sources.list.d/temp.list

0 commit comments

Comments
 (0)