You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RUN curl https://swift.org/builds/ubuntu1510/swift-2.2-SNAPSHOT-2015-12-31-a/swift-2.2-SNAPSHOT-2015-12-31-a-ubuntu15.10.tar.gz -o $SWIFT_PACKAGE.tar.gz
RUN tar zxf $SWIFT_PACKAGE.tar.gz --directory / --strip-components=1
RUN rm -f $SWIFT_PACKAGE.tar.gz
# Install https://github.com/huytd/swift-http.git
RUN git clone https://github.com/huytd/swift-http.git && cd swift-http && swift build