Skip to content

Commit eaadabd

Browse files
committed
remove the option --break-system-packages so the PR can be merged into main
1 parent 7736c5c commit eaadabd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
FROM dclong/jupyterhub-more
33
# GIT: https://github.com/legendu-net/docker-jupyterhub-more.git
44

5-
RUN pip3 install -U --break-system-packages \
5+
#RUN pip3 install -U --break-system-packages \
6+
RUN pip3 install -U \
67
aiutil github-rest-api \
78
&& /scripts/sys/purge_cache.sh
89
# && code-server --install-extension vscjava.vscode-java-pack \

0 commit comments

Comments
 (0)