Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
OCamlPro
ocaml-docker-images
Commits
eaf1ec08
Commit
eaf1ec08
authored
May 04, 2020
by
Louis Gesbert
Browse files
Add an ssh client
parent
bbae211e
Pipeline
#9320
passed with stages
in 13 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 @
eaf1ec08
...
...
@@ -25,7 +25,7 @@ RUN rm -rf /src
FROM
alpine:3.11 as target
LABEL
Description="Minimal OCaml + opam Alpine container" Vendor="OCamlPro"
RUN
apk add gcc libc-dev make curl git
sudo
RUN
apk add gcc libc-dev make curl git
sudo
dropbear-ssh
COPY
--from=compilation /usr/local /usr/local
RUN
addgroup
-S
ocaml
&&
adduser
-S
ocaml
-G
ocaml
-s
/bin/sh
...
...
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