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
f6b3a5be
Commit
f6b3a5be
authored
Jun 01, 2021
by
Louis Gesbert
Browse files
Set the shiny new OPAMCONFIRMLEVEL var
parent
500b7bc0
Changes
1
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 @
f6b3a5be
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