We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30db3a4 commit af1f961Copy full SHA for af1f961
Dockerfile
@@ -2,8 +2,8 @@
2
FROM dclong/jupyterhub-more
3
# GIT: https://github.com/legendu-net/docker-jupyterhub-more.git
4
5
-RUN apt-get update -y \
6
- && apt-get install -y --no-install-recommends \
+RUN apt-get -y update \
+ && apt-get -y install --no-install-recommends \
7
cron wamerican \
8
proxychains wget git-lfs \
9
highlight \
0 commit comments