We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 95ccda3 + f5b1672 commit 712576eCopy full SHA for 712576e
minimal-notebook/Dockerfile
@@ -32,7 +32,7 @@ RUN apt-get update && apt-get install -yq --no-install-recommends \
32
&& apt-get clean && rm -rf /var/lib/apt/lists/*
33
34
# Create alternative for nano -> nano-tiny
35
-RUN update-alternatives --install /usr/bin/nano nano /usr/bin/nano-tiny 10
+RUN update-alternatives --install /usr/bin/nano nano /bin/nano-tiny 10
36
37
# Switch back to jovyan to avoid accidental container runs as root
38
USER $NB_UID
0 commit comments