Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Docker
base
Commits
c0374189
Verified
Commit
c0374189
authored
Oct 16, 2019
by
Adam Mercer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add htcondor repository
parent
b6ef90a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
Dockerfile
Dockerfile
+6
-3
No files found.
Dockerfile
View file @
c0374189
...
...
@@ -18,8 +18,7 @@ RUN apt-get --assume-yes install \
bash-completion
\
curl
\
lsb-release
\
wget
&&
\
apt-get clean
wget
# add main CVMFS repository
RUN
wget https://ecsft.cern.ch/dist/cvmfs/cvmfs-release/cvmfs-release-latest_all.deb
&&
\
...
...
@@ -34,7 +33,9 @@ RUN wget https://ecsft.cern.ch/dist/cvmfs/cvmfs-contrib-release/cvmfs-contrib-re
# add git-lfs repo
RUN
curl
-s
https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | bash
# add HTCondor repo when it is available
# add HTCondor repo
RUN
wget
-qO
- https://research.cs.wisc.edu/htcondor/debian/HTCondor-Release.gpg.key | apt-key add -
&&
\
echo
"deb http://research.cs.wisc.edu/htcondor/debian/8.8/stretch stretch contrib"
>
/etc/apt/sources.list.d/htcondor.list
# 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
&&
\
...
...
@@ -43,3 +44,5 @@ RUN wget http://software.ligo.org/lscsoft/debian/pool/contrib/l/lscsoft-archive-
RUN
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