Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
jupyterhub-paris-saclay
image
Commits
8868afeb
Commit
8868afeb
authored
Feb 01, 2021
by
Nicolas M. Thiéry
Browse files
Added debian package libmagick++-dev needed for some R packages
parent
8b0ef15c
Pipeline
#101809
passed with stage
in 87 minutes and 38 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Dockerfile
Dockerfile
+1
-1
No files found.
Dockerfile
View file @
8868afeb
...
@@ -8,7 +8,7 @@ USER root
...
@@ -8,7 +8,7 @@ USER root
# Also install ocaml and dependency rlwrap for L2 CS course by Kim Nguyen
# Also install ocaml and dependency rlwrap for L2 CS course by Kim Nguyen
RUN
apt-get update
&&
\
RUN
apt-get update
&&
\
apt-get
install
-y
--no-install-recommends
\
apt-get
install
-y
--no-install-recommends
\
openssh-client rsync unison less tree curl gdb imagemagick libopenjp2-7
\
openssh-client rsync unison less tree curl gdb imagemagick
libmagick++-dev
libopenjp2-7
\
ocaml rlwrap dune js-of-ocaml libjs-of-ocaml
\
ocaml rlwrap dune js-of-ocaml libjs-of-ocaml
\
net-tools traceroute iputils-ping
\
net-tools traceroute iputils-ping
\
time
\
time
\
...
...
Nicolas Thiéry
@nicolas.thiery1
mentioned in issue
support-requests#19 (closed)
·
Feb 01, 2021
mentioned in issue
support-requests#19 (closed)
mentioned in issue support-requests#19
Toggle commit list
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