Skip to content

Commit d7f47a4

Browse files
JPEWdevEmantor
authored andcommitted
docker: Add rsync to client
rsync is required on the client side to transfer files to a remote host Signed-off-by: Joshua Watt <[email protected]>
1 parent d6a6ad2 commit d7f47a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfiles/client/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RUN set -e ;\
55
pip3 install --no-cache-dir -r requirements.txt ;\
66
python3 setup.py install ;\
77
apt update -q=2 ;\
8-
apt install -q=2 --yes --no-install-recommends microcom openssh-client sshpass;\
8+
apt install -q=2 --yes --no-install-recommends microcom openssh-client sshpass rsync; \
99
apt clean ;\
1010
rm -rf /var/lib/apt/lists/*
1111

0 commit comments

Comments
 (0)