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
05da0eff
Commit
05da0eff
authored
Nov 10, 2020
by
Louis Gesbert
Browse files
Add rsync, m4 to the generated images
it's hard to use opam without installing them :)
parent
3d0bf002
Pipeline
#11508
failed with stages
Changes
1
Pipelines
3
Show 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 @
05da0eff
...
...
@@ -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
patch
RUN
apk add gcc libc-dev make curl git
sudo
patch
rsync m4
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