File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,13 @@ RUN apt-get update && \
99 apt-get install -y build-essential wget clang libedit-dev python2.7 python2.7-dev libicu52 && \
1010 rm -rf /var/lib/apt/lists/*
1111
12- # Download Swift Ubuntu 14.04 Snapshot
12+ RUN wget -q -O - https://swift.org/keys/all-keys.asc | gpg --import -
13+ RUN gpg --keyserver hkp://pool.sks-keyservers.net --refresh-keys Swift
14+
15+ # Download Swift Ubuntu 14.04 Snapshot, signature and verify
1316RUN wget https://swift.org/builds/ubuntu1404/swift-2.2-SNAPSHOT-2015-12-01-b/swift-2.2-SNAPSHOT-2015-12-01-b-ubuntu14.04.tar.gz
17+ RUN wget https://swift.org/builds/ubuntu1404/swift-2.2-SNAPSHOT-2015-12-01-b/swift-2.2-SNAPSHOT-2015-12-01-b-ubuntu14.04.tar.gz.sig
18+ RUN gpg --verify swift-2.2-SNAPSHOT-2015-12-01-b-ubuntu14.04.tar.gz
1419
1520RUN tar -xvzf swift-2.2-SNAPSHOT-2015-12-01-b-ubuntu14.04.tar.gz && cd swift-2.2-SNAPSHOT-2015-12-01-b-ubuntu14.04
1621
You can’t perform that action at this time.
0 commit comments