We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7da8cc2 commit f5d4088Copy full SHA for f5d4088
Dockerfile
@@ -37,6 +37,7 @@ RUN apt update -qq && apt install -qq -y --no-install-recommends \
37
python \
38
python3-distutils \
39
openssh-client \
40
+ rsync \
41
unzip \
42
&& gem install bundler \
43
&& rm -rf /var/lib/apt/lists/*;
0 commit comments