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
c04f1353
Commit
c04f1353
authored
Jun 19, 2020
by
Louis Gesbert
Browse files
python & perl
parent
364b7553
Pipeline
#9724
passed with stage
in 7 minutes and 46 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
Dockerfile
Dockerfile
+3
-2
No files found.
Dockerfile
View file @
c04f1353
...
...
@@ -20,10 +20,11 @@ RUN make lib-ext
RUN
make
RUN
make
install
RUN
apk add curl python2
perl
RUN
apk add curl python2
RUN
opam init
-a
--bare
--disable-sandboxing
RUN
opam switch create
$OCAML_VERSION
--yes
RUN
opam
install
z3
--no-depexts
--yes
RUN
opam
install
conf-python-2-7
--no-depexts
--yes
RUN
opam
install
z3
--yes
RUN
make clean
RUN
opam
exec
--
make
RUN
opam
exec
--
make
install
...
...
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