Last active
February 2, 2019 01:28
-
-
Save wangkuiyi/31f2619957ff3fe6ef0e128ff2120f35 to your computer and use it in GitHub Desktop.
A Dockerfile of Swift 4.2.1 and Go 11.5
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 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