We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cea66a7 commit 94546e7Copy full SHA for 94546e7
Dockerfile
@@ -13,7 +13,7 @@ USER gitpod
13
WORKDIR /home/gitpod/
14
RUN echo -e "\n. /scripts/path.sh\n" >> ~/.bashrc \
15
&& icon ipython -c --extra-pip-options break-system-packages \
16
- && icon svim -c -y \
+ && icon nvim -c -y \
17
#&& icon uv -ic \
18
&& /scripts/sys/purge_cache.sh
19
0 commit comments