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
B
BaseImage
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
EIC
BaseImage
Commits
3316dc73
Commit
3316dc73
authored
May 16, 2018
by
David Blyth
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added "image ingredients" to image
parent
f86aec33
Pipeline
#573
passed with stages
in 3 minutes and 56 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Dockerfile
Dockerfile
+3
-3
No files found.
Dockerfile
View file @
3316dc73
...
...
@@ -68,8 +68,7 @@ RUN git clone http://root.cern.ch/git/root.git \
ENV
PATH=/usr/local/bin:${PATH} \
LD_LIBRARY_PATH=/usr/local/lib \
PYTHONPATH=/usr/local/lib \
ROOTSYS=/usr/local \
MANPATH=/usr/local/man
ROOTSYS=/usr/local
# Protobuf
RUN
sudo
pacman
-S
--noconfirm
\
...
...
@@ -142,4 +141,5 @@ RUN sudo pacman -S --noconfirm \
xorg-server-xvfb
\
&&
sudo rm
-rf
/var/cache/pacman/pkg
ENV
MANPATH=""
# Image ingredients
ADD
. /image/eic-base
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