We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fb03e8 commit 8e61829Copy full SHA for 8e61829
.gitpod.dockerfile
@@ -1,6 +1,6 @@
1
FROM gitpod/workspace-base
2
3
-RUN sudo apt-get update && curl https://nim-lang.org/choosenim/init.sh -sSf -o install_nim.sh \
+RUN curl https://nim-lang.org/choosenim/init.sh -sSf -o install_nim.sh \
4
&& chmod +x ./install_nim.sh \
5
&& ./install_nim.sh -y \
6
&& rm install_nim.sh \
0 commit comments