Skip to content

Commit

Permalink
htcondor install
Browse files Browse the repository at this point in the history
  • Loading branch information
ciangottini committed Sep 21, 2021
1 parent 220ab98 commit 895d35f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions stable/jhub-aas/docker/Dockerfile.base-htc
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@ WORKDIR /tmp

RUN apt-get install -y curl

RUN curl -fsSL https://get.htcondor.org | /bin/bash -s -- --no-dry-run
RUN curl -fsSL https://research.cs.wisc.edu/htcondor/repo/keys/HTCondor-Release.gpg.key | apt-key add - \
&& echo -e "deb [arch=amd64] https://research.cs.wisc.edu/htcondor/repo/ubuntu/8.9 focal main\ndeb-src https://research.cs.wisc.edu/htcondor/repo/ubuntu/8.9 focal main" > /etc/apt/sources.list.d/htcondor.list

COPY ./condor_config /etc/condor/condor_config
RUN apt update && apt-get install -y htcondor

#COPY ./condor_config /etc/condor/condor_config

WORKDIR /opt/workspace

0 comments on commit 895d35f

Please sign in to comment.