mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-17 23:12:56 +00:00
Merge pull request #1184 from Weihrauch/patch-1
/usr/bin/nano-tiny does not exist
This commit is contained in:
@@ -32,7 +32,7 @@ RUN apt-get update && apt-get install -yq --no-install-recommends \
|
||||
&& apt-get clean && rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Create alternative for nano -> nano-tiny
|
||||
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
|
||||
|
||||
# Switch back to jovyan to avoid accidental container runs as root
|
||||
USER $NB_UID
|
||||
|
Reference in New Issue
Block a user