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
5fa8bd93
Commit
5fa8bd93
authored
Jun 01, 2021
by
Louis Gesbert
Browse files
Merge branch 'confirmlevel' into 'master'
Set the shiny new OPAMCONFIRMLEVEL var See merge request
!1
parents
500b7bc0
f6b3a5be
Pipeline
#14299
passed with stages
in 5 minutes and 20 seconds
Changes
1
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
Dockerfile
Dockerfile
+2
-1
No files found.
Dockerfile
View file @
5fa8bd93
FROM
alpine:3.11 as compilation
ARG
OCAML_VERSION=4.1
1.1
ARG
OCAML_VERSION=4.1
2.0
RUN
apk add gcc g++ make coreutils openssl
ADD
https://github.com/ocaml/ocaml/archive/${OCAML_VERSION}.tar.gz /src/ocaml.tar.gz
...
...
@@ -27,6 +27,7 @@ USER ocaml
WORKDIR
/home/ocaml
ENV
OPAMYES 1
ENV
OPAMDEPEXTYES 1
ENV
OPAMCONFIRMLEVEL unsafe-yes
ENV
OPAMROOT /home/ocaml/.opam
ARG
LAST_REPO_UPDATE=0
...
...
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