Skip to content

Commit dc3cd83

Browse files
committed
Merge pull request #8 from swiftdocker/install-rsync
Add rsync.
2 parents 07db81c + bcf9d5d commit dc3cd83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ CMD ["/sbin/my_init"]
66

77
RUN apt-get update && \
88
apt-get -y upgrade && \
9-
apt-get install -y build-essential wget clang libedit-dev python2.7 python2.7-dev libicu52 && \
9+
apt-get install -y build-essential wget clang libedit-dev python2.7 python2.7-dev libicu52 rsync && \
1010
rm -rf /var/lib/apt/lists/*
1111

1212
RUN wget -q -O - https://swift.org/keys/all-keys.asc | gpg --import -

0 commit comments

Comments
 (0)