Skip to content

Commit e6c0623

Browse files
authored
Merge pull request #34 from legendu-net/dev
Merge dev into main
2 parents afbb66b + 94546e7 commit e6c0623

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ USER gitpod
1313
WORKDIR /home/gitpod/
1414
RUN echo -e "\n. /scripts/path.sh\n" >> ~/.bashrc \
1515
&& icon ipython -c --extra-pip-options break-system-packages \
16-
&& icon svim -ic -y --extra-pip-options break-system-packages \
17-
&& icon pt -ic \
16+
&& icon nvim -c -y \
17+
#&& icon uv -ic \
1818
&& /scripts/sys/purge_cache.sh
1919

2020
COPY scripts/ /scripts/

0 commit comments

Comments
 (0)