We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05e6c07 commit c21de92Copy full SHA for c21de92
1 file changed
Dockerfile
@@ -1,5 +1,5 @@
1
FROM ghcr.io/actions/actions-runner:2.333.0
2
3
RUN sudo apt update -y && \
4
- sudo apt install -y curl wget git-all && \
+ sudo apt install -y curl wget git-all rsync && \
5
rm -rf /etc/apt/sources.list.d/temp.list
0 commit comments