Skip to content

Commit eca8364

Browse files
authored
Update Dockerfile
1 parent 0b200a9 commit eca8364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

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

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

0 commit comments

Comments
 (0)