Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
partons
core
partons
Commits
11c25c4c
Commit
11c25c4c
authored
May 15, 2020
by
Pawel Sznajder
Browse files
change Dockerfile for v2.0
parent
f6aa72b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
data/docker/Dockerfile.partons
View file @
11c25c4c
...
...
@@ -2,7 +2,7 @@
FROM debian:stretch
# PARTONS version
ENV PARTONSTAG="v
1
.0"
ENV PARTONSTAG="v
2
.0"
# set WORKSPACE env. variable
ENV WORKSPACE="/root/workspace"
...
...
@@ -14,7 +14,7 @@ WORKDIR ${WORKSPACE}
# install cmake, build and runtime libraries
RUN apt-get update && \
apt-get install -y --no-install-recommends git && \
apt-get install -y --no-install-recommends cmake build-essential libeigen3-dev libcln-dev libsfml-dev libqt4-dev libqt4-sql-mysql && \
apt-get install -y --no-install-recommends cmake build-essential libeigen3-dev libcln-dev libsfml-dev libqt4-dev libqt4-sql-mysql
libgsl-dev
&& \
apt-get clean && \
apt-get autoclean && \
rm -rf /var/lib/apt/lists/*
...
...
Write
Preview
Supports
Markdown
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