Commit 712576e0 authored by Romain's avatar Romain Committed by GitHub

Merge pull request #1184 from Weihrauch/patch-1

/usr/bin/nano-tiny does not exist
parents 95ccda36 f5b16720
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment