mirror of https://github.com/openwrt/docker.git
Dockerfile: install rsync
Some packages need rsync to be installed on the host. Signed-off-by: Paul Spooren <mail@aparcar.org>pull/30/head
parent
133f2ad712
commit
7d1ad316b6
|
@ -14,6 +14,7 @@ RUN apt-get update -qq &&\
|
|||
libssl-dev \
|
||||
python2.7 \
|
||||
python3 \
|
||||
rsync \
|
||||
subversion \
|
||||
sudo \
|
||||
swig \
|
||||
|
|
Loading…
Reference in New Issue