We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39f8c1c commit 3c545a9Copy full SHA for 3c545a9
.devcontainer/Dockerfile
@@ -82,7 +82,9 @@ RUN sudo add-apt-repository 'deb https://cloud.r-project.org/bin/linux/ubuntu fo
82
## using 1.x right now.... in future checkout snap or adobe air?
83
84
# Setup Swift
85
-## ?
+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 && \
86
+ tar -xzf ~/swift/swift.tar.gz -C ~/swift --strip-components=1
87
+ENV PATH=$PATH:~/swift/usr/bin
88
89
# Setup viml
90
## ?
0 commit comments