We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c206831 commit a869114Copy full SHA for a869114
.devcontainer/Dockerfile
@@ -83,7 +83,9 @@ RUN sudo add-apt-repository 'deb http://ppa.launchpad.net/plt/racket/ubuntu foca
83
## using 1.x right now.... in future checkout snap or adobe air?
84
85
# Setup Swift
86
-## ?
+RUN mkdir -p ~/swift && wget https://swift.org/builds/swift-5.5-release/ubuntu2004/swift-5.5-RELEASE/swift-5.5-RELEASE-ubuntu20.04.tar.gz -O ~/swift/swift.tar.gz && \
87
+ tar -xzf ~/swift/swift.tar.gz -C ~/swift --strip-components=1
88
+ENV PATH=$PATH:~/swift/usr/bin
89
90
# Setup viml
91
## ?
0 commit comments