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
e58a1332
Commit
e58a1332
authored
Apr 21, 2020
by
Louis Gesbert
Browse files
We really want git too
parent
b943c1bf
Pipeline
#9174
failed with stage
in 1 minute and 42 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 @
e58a1332
...
...
@@ -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 make curl
RUN
apk add gcc make curl
git
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