Skip to content

Commit 712576e

Browse files
authored
Merge pull request #1184 from Weihrauch/patch-1
/usr/bin/nano-tiny does not exist
2 parents 95ccda3 + f5b1672 commit 712576e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

minimal-notebook/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ RUN apt-get update && apt-get install -yq --no-install-recommends \
3232
&& apt-get clean && rm -rf /var/lib/apt/lists/*
3333

3434
# Create alternative for nano -> nano-tiny
35-
RUN update-alternatives --install /usr/bin/nano nano /usr/bin/nano-tiny 10
35+
RUN update-alternatives --install /usr/bin/nano nano /bin/nano-tiny 10
3636

3737
# Switch back to jovyan to avoid accidental container runs as root
3838
USER $NB_UID

0 commit comments

Comments
 (0)