Skip to content

Instantly share code, notes, and snippets.

@rch850
Created June 25, 2016 06:58
Show Gist options
  • Save rch850/dd05dc88247e7586e7bbc7453deb2a04 to your computer and use it in GitHub Desktop.
Save rch850/dd05dc88247e7586e7bbc7453deb2a04 to your computer and use it in GitHub Desktop.
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