Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
root-centos7-debug
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Matthew Feickert
root-centos7-debug
Commits
b0353fb0
Verified
Commit
b0353fb0
authored
4 years ago
by
Matthew Feickert
Browse files
Options
Downloads
Patches
Plain Diff
source scl devtoolset-8 in .bash_profile
parent
b033402c
No related branches found
No related tags found
No related merge requests found
Pipeline
#2699496
passed
4 years ago
Stage: build
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+3
-2
3 additions, 2 deletions
Dockerfile
with
3 additions
and
2 deletions
Dockerfile
+
3
−
2
View file @
b0353fb0
...
...
@@ -54,15 +54,16 @@ RUN yum update -y && \
cmake
--build
build
--
-j
$((
$(
nproc
)
-
1
))
&&
\
cmake
--build
build
--target
install
&&
\
cd
/
&&
\
rm
-rf
/code
rm
-rf
/code
&&
\
printf
"
\n
# Make gcc v8.X default
\n
source scl_source enable devtoolset-8
\n
"
>>
/root/.bash_profile
ENV
PYTHONPATH=/usr/local/root-cern/lib:$PYTHONPATH
ENV
LD_LIBRARY_PATH=/usr/local/root-cern/lib:$LD_LIBRARY_PATH
ENV
ROOTSYS=/usr/local/root-cern
ENV
PATH="${PATH}:${ROOTSYS}/bin"
ENV
HOME /root
WORKDIR
/home/data
ENV
HOME /home
ENTRYPOINT
["/bin/bash", "-l", "-c"]
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