We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6a6ad2 commit d7f47a4Copy full SHA for d7f47a4
dockerfiles/client/Dockerfile
@@ -5,7 +5,7 @@ RUN set -e ;\
5
pip3 install --no-cache-dir -r requirements.txt ;\
6
python3 setup.py install ;\
7
apt update -q=2 ;\
8
- apt install -q=2 --yes --no-install-recommends microcom openssh-client sshpass;\
+ apt install -q=2 --yes --no-install-recommends microcom openssh-client sshpass rsync; \
9
apt clean ;\
10
rm -rf /var/lib/apt/lists/*
11
0 commit comments