Created
June 25, 2016 06:58
-
-
Save rch850/dd05dc88247e7586e7bbc7453deb2a04 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM ubuntu:xenial | |
RUN apt-get -y update | |
RUN apt-get -y install curl clang libicu-dev python-dev | |
RUN apt-get -y install libxml2 | |
RUN curl https://swift.org/builds/swift-3.0-preview-1/ubuntu1510/swift-3.0-preview-1/swift-3.0-preview-1-ubuntu15.10.tar.gz > /tmp/swift.tar.gz | |
RUN cd /opt && tar xzvf /tmp/swift.tar.gz | |
RUN apt-get -y install vim git |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment