Skip to content

Commit

Permalink
added condor to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tmaeno committed Feb 7, 2022
1 parent 7506474 commit 05f0e95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN yum update -y
RUN yum install -y epel-release
RUN yum install -y python3 python3-devel gcc less git mysql-devel curl

curl -fsSL https://get.htcondor.org | /bin/bash -s -- --no-dry-run
RUN curl -fsSL https://get.htcondor.org | /bin/bash -s -- --no-dry-run

RUN python3 -m venv /opt/harvester
RUN /opt/harvester/bin/pip install -U pip
Expand Down

0 comments on commit 05f0e95

Please sign in to comment.