Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
B
base
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
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
Docker
base
Commits
25296624
Verified
Commit
25296624
authored
Oct 16, 2019
by
Adam Mercer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
reduce number of layers
parent
c0374189
Pipeline
#100474
passed with stages
in 3 minutes and 28 seconds
Changes
1
Pipelines
17
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
Dockerfile
Dockerfile
+2
-3
No files found.
Dockerfile
View file @
25296624
...
...
@@ -40,9 +40,8 @@ RUN wget -qO - https://research.cs.wisc.edu/htcondor/debian/HTCondor-Release.gpg
# Add other repos
RUN
wget http://software.ligo.org/lscsoft/debian/pool/contrib/l/lscsoft-archive-keyring/lscsoft-archive-keyring_2016.06.20-2_all.deb
&&
\
dpkg
-i
lscsoft-archive-keyring_2016.06.20-2_all.deb
&&
\
rm
-f
lscsoft-archive-keyring_2016.06.20-2_all.deb
RUN
echo
"deb http://software.ligo.org/gridtools/debian stretch main"
>
/etc/apt/sources.list.d/gridtools.list
&&
\
rm
-f
lscsoft-archive-keyring_2016.06.20-2_all.deb
&&
\
echo
"deb http://software.ligo.org/gridtools/debian stretch main"
>
/etc/apt/sources.list.d/gridtools.list
&&
\
echo
"deb http://software.ligo.org/lscsoft/debian stretch contrib"
>
/etc/apt/sources.list.d/lscsoft.list
RUN
apt-get clean
\ No newline at end of file
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