Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
TTool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mbe-tools
TTool
Commits
5e19c78f
Commit
5e19c78f
authored
10 months ago
by
apvrille
Browse files
Options
Downloads
Patches
Plain Diff
Update on Dockerfile to support proverif
parent
20af4556
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scripts/Dockerfile
+18
-4
18 additions, 4 deletions
scripts/Dockerfile
with
18 additions
and
4 deletions
scripts/Dockerfile
+
18
−
4
View file @
5e19c78f
...
...
@@ -6,10 +6,24 @@ RUN apt-get update && apt-get install -yqq make git-core python3 build-essential
RUN
rm
-rf
/var/lib/apt/lists/
*
# Install Proverif
RUN
apt-get
install
-yqq
libexpat1-dev libgtk2.0-dev opam
RUN
opam init
--best-effort
-y
&&
eval
$(
opam
env
)
&&
opam
install
proverif
--best-effort
-y
ENV
PATH $HOME/.opam/default/bin/:$PATH
WORKDIR
/home/proverif/
RUN
apt-get clean
&&
apt-get
-y
update
&&
apt-get
install
-y
git
#RUN mkdir osboxes
#WORKDIR home/osboxes/
RUN
apt-get
install
-y
\
net-tools
\
iputils-ping
\
nano
\
g++ make cmake
\
tar
\
ocaml
\
ocaml-compiler-libs
\
ocaml-findlib
\
liblablgtk2-ocaml-dev
\
wget
RUN
wget https://bblanche.gitlabpages.inria.fr/proverif/proverif2.05.tar.gz
&&
tar
-xf
proverif2.05.tar.gz
-C
/home/proverif/
&&
cd
/home/proverif/proverif2.05/
&&
./build
ENV
PATH="$PATH:/home/proverif/proverif2.05/"
CMD
/bin/bash
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment