Skip to content

Commit 8e61829

Browse files
vil02dlesnoff
authored andcommitted
chore: revert #41 (#45)
1 parent 1fb03e8 commit 8e61829

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitpod.dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM gitpod/workspace-base
22

3-
RUN sudo apt-get update && curl https://nim-lang.org/choosenim/init.sh -sSf -o install_nim.sh \
3+
RUN curl https://nim-lang.org/choosenim/init.sh -sSf -o install_nim.sh \
44
&& chmod +x ./install_nim.sh \
55
&& ./install_nim.sh -y \
66
&& rm install_nim.sh \

0 commit comments

Comments
 (0)