Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
J
Jupyter Docker Stacks
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nanahira
Jupyter Docker Stacks
Commits
8201c14e
Commit
8201c14e
authored
Sep 30, 2020
by
romainx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
nano -> nano-tiny
parent
150731d3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
docs/using/selecting.md
docs/using/selecting.md
+1
-1
minimal-notebook/Dockerfile
minimal-notebook/Dockerfile
+4
-1
No files found.
docs/using/selecting.md
View file @
8201c14e
...
@@ -50,7 +50,7 @@ and versioning strategy.
...
@@ -50,7 +50,7 @@ and versioning strategy.
-
[
TeX Live
](
https://www.tug.org/texlive/
)
for notebook document conversion
-
[
TeX Live
](
https://www.tug.org/texlive/
)
for notebook document conversion
-
[
git
](
https://git-scm.com/
)
,
[
emacs
](
https://www.gnu.org/software/emacs/
)
(
actually
`emacs-nox`
),
-
[
git
](
https://git-scm.com/
)
,
[
emacs
](
https://www.gnu.org/software/emacs/
)
(
actually
`emacs-nox`
),
[
vi
](
https://vim.org/
)
(
actually
`vim-tiny`
),
[
jed
](
https://www.jedsoft.org/jed/
)
,
[
vi
](
https://vim.org/
)
(
actually
`vim-tiny`
),
[
jed
](
https://www.jedsoft.org/jed/
)
,
[
nano
](
https://www.nano-editor.org/
)
, tzdata, and unzip
[
nano
](
https://www.nano-editor.org/
)
(
actually
`nano-tiny`
)
, tzdata, and unzip
### jupyter/r-notebook
### jupyter/r-notebook
...
...
minimal-notebook/Dockerfile
View file @
8201c14e
...
@@ -28,8 +28,11 @@ RUN apt-get update && apt-get install -yq --no-install-recommends \
...
@@ -28,8 +28,11 @@ RUN apt-get update && apt-get install -yq --no-install-recommends \
# ----
# ----
tzdata \
tzdata \
unzip \
unzip \
nano \
nano
-tiny
\
&& apt-get clean && rm -rf /var/lib/apt/lists/*
&& 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
# Switch back to jovyan to avoid accidental container runs as root
# Switch back to jovyan to avoid accidental container runs as root
USER
$NB_UID
USER
$NB_UID
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment