Skip to content
Snippets Groups Projects
Commit c4ccc0e4 authored by Emmanuel Bruno's avatar Emmanuel Bruno
Browse files

fixes typo.

parent 53d06220
No related branches found
No related tags found
No related merge requests found
...@@ -64,8 +64,7 @@ RUN echo -e "\e[93m***** Install Jupyter Lab Extensions ****\e[38;5;241m" && \ ...@@ -64,8 +64,7 @@ RUN echo -e "\e[93m***** Install Jupyter Lab Extensions ****\e[38;5;241m" && \
--install-extension SonarSource.sonarlint-vscode \ --install-extension SonarSource.sonarlint-vscode \
--install-extension GabrielBB.vscode-lombok \ --install-extension GabrielBB.vscode-lombok \
--install-extension james-yu.latex-workshop \ --install-extension james-yu.latex-workshop \
--install-extension jebbs.plantuml \ --install-extension jebbs.plantuml && \
--install-extension analytic-signal.preview-pdf && \
groupadd codeserver && \ groupadd codeserver && \
chgrp -R codeserver $CODESERVEREXT_DIR &&\ chgrp -R codeserver $CODESERVEREXT_DIR &&\
chmod 770 -R $CODESERVEREXT_DIR && \ chmod 770 -R $CODESERVEREXT_DIR && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment