Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Eoin Clerkin
cbmroot-hub
Commits
0ec72539
Commit
0ec72539
authored
Sep 14, 2020
by
Evgeny Lavrik
Browse files
Changes
parent
bc81d801
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
1 deletion
+3
-1
cbmroot/Dockerfile
cbmroot/Dockerfile
+2
-1
code/.gitkeep
code/.gitkeep
+0
-0
docker-compose.yml
docker-compose.yml
+1
-0
No files found.
cbmroot/Dockerfile
View file @
0ec72539
...
...
@@ -2,13 +2,14 @@ ARG BASE_IMAGE=elavrik/fairroot:latest
FROM
$BASE_IMAGE
ARG
GIT_REPO=https://git.cbm.gsi.de/computing/cbmroot.git
ARG
GIT_TAG=6ef969bc
#
# CbmRoot
#
WORKDIR
/tmp/cbmroot-build
RUN
git clone
https://git.cbm.gsi.de/computing/cbmroot.git
CbmRoot
&&
\
RUN
git clone
${
GIT_REPO
}
CbmRoot
&&
\
cd
CbmRoot
&&
git checkout
${
GIT_TAG
}
&&
cd
..
&&
\
mkdir
-vp
CbmRoot_build
&&
cmake
-S
CbmRoot
-B
CbmRoot_build
-DCMAKE_INSTALL_PREFIX
=
/opt/cbmroot
&&
\
make
-C
CbmRoot_build
-j
`
nproc
`
install
&&
\
...
...
code/.gitkeep
0 → 100644
View file @
0ec72539
docker-compose.yml
View file @
0ec72539
...
...
@@ -51,6 +51,7 @@ services:
build
:
context
:
./cbmroot
args
:
-
GIT_REPO=https://git.cbm.gsi.de/computing/cbmroot.git
-
GIT_TAG=6ef969bc
volumes
:
-
workspace:/opt/code
...
...
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