Skip to content

Instantly share code, notes, and snippets.

@wangkuiyi
Last active February 2, 2019 01:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wangkuiyi/31f2619957ff3fe6ef0e128ff2120f35 to your computer and use it in GitHub Desktop.
Save wangkuiyi/31f2619957ff3fe6ef0e128ff2120f35 to your computer and use it in GitHub Desktop.
A Dockerfile of Swift 4.2.1 and Go 11.5
FROM swift:4.2.1
RUN curl https://dl.google.com/go/go1.11.5.linux-amd64.tar.gz | tar -C /usr/local -xz
ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/go/bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment