Skip to content
Snippets Groups Projects
Unverified Commit 7467656b authored by Duncan Macleod's avatar Duncan Macleod
Browse files

add upstream condor repo for bookworm

closes #10
parent d4749a1d
No related branches found
No related tags found
No related merge requests found
Pipeline #620133 passed with warnings
......@@ -17,11 +17,13 @@ RUN apt-get --assume-yes install \
apt-utils \
bash-completion \
curl \
gpg \
lsb-release \
wget && \
apt-get clean
# Add other repos
RUN echo "deb [trusted=yes] https://hypatia.aei.mpg.de/lsc-amd64-bookworm ./" > /etc/apt/sources.list.d/lscsoft.list \
&& apt-get update \
&& apt-get clean
RUN curl https://research.cs.wisc.edu/htcondor/repo/keys/HTCondor-23.x-Key | gpg --dearmor --yes --output /usr/share/keyrings/HTCondor-23.x.gpg \
&& echo "deb [signed-by=/usr/share/keyrings/HTCondor-23.x.gpg] https://research.cs.wisc.edu/htcondor/repo/debian/23.x bookworm main" > /etc/apt/sources.list.d/htcondor.list \
&& echo "deb [trusted=yes] https://hypatia.aei.mpg.de/lsc-amd64-bookworm ./" > /etc/apt/sources.list.d/lscsoft.list \
&& apt-get update && apt-get clean
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment