Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
jupyterhub-paris-saclay
image
Commits
3268de2a
Commit
3268de2a
authored
Jan 15, 2021
by
Kim Nguyen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Dockerfile to add dune, js-of-ocaml and libjs-of-ocaml pacakges. Closes issue
#30
parent
b8dae359
Pipeline
#100073
passed with stage
in 85 minutes and 23 seconds
Changes
1
Pipelines
3
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 @
3268de2a
...
...
@@ -9,7 +9,7 @@ USER root
RUN
apt-get update
&&
\
apt-get
install
-y
--no-install-recommends
\
openssh-client rsync unison less tree curl gdb imagemagick libopenjp2-7
\
ocaml rlwrap
\
ocaml rlwrap
dune js-of-ocaml libjs-of-ocaml
\
net-tools traceroute iputils-ping
\
dbus-x11 xfce4 xfce4-panel xfce4-session xfce4-settings xorg xubuntu-icon-theme
&&
\
apt-get clean
&&
\
...
...
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