We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 07db81c + bcf9d5d commit dc3cd83Copy full SHA for dc3cd83
Dockerfile
@@ -6,7 +6,7 @@ CMD ["/sbin/my_init"]
6
7
RUN apt-get update && \
8
apt-get -y upgrade && \
9
- apt-get install -y build-essential wget clang libedit-dev python2.7 python2.7-dev libicu52 && \
+ apt-get install -y build-essential wget clang libedit-dev python2.7 python2.7-dev libicu52 rsync && \
10
rm -rf /var/lib/apt/lists/*
11
12
RUN wget -q -O - https://swift.org/keys/all-keys.asc | gpg --import -
0 commit comments