Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
F
FloVer
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
5
Issues
5
List
Boards
Labels
Service Desk
Milestones
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
AVA
FloVer
Commits
9113b954
Commit
9113b954
authored
Feb 28, 2018
by
Heiko Becker
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update CI Dockerimage
parent
a3f54c8c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
Dockerfile
Dockerfile
+6
-4
No files found.
Dockerfile
View file @
9113b954
...
...
@@ -4,13 +4,15 @@ ENV HOLCOMMIT 60830f02ff6b86e0fd69ce6679614d497089b2eb
WORKDIR
/root
#Necessary packages for opam
RUN
apt-get update
&&
\
apt-get
install
-y
build-essential aspcud m4 wget unzip git
# Install opam
RUN
\
wget https://raw.github.com/ocaml/opam/master/shell/opam_installer.sh
-O
- | sh
-s
/usr/local/bin
RUN
wget https://raw.github.com/ocaml/opam/master/shell/opam_installer.sh
-O
- | sh
-s
/usr/local/bin
# Configure opam
RUN
apt-get
install
-y
build-essential aspcud m4
&&
\
opam init
--comp
=
4.02.3
--auto-setup
&&
\
RUN
opam init
--comp
=
4.05.0
--auto-setup
&&
\
eval
`
opam config
env
`
# Install coq and dependencies
...
...
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