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 6c496fd commit 7506474
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ FROM docker.io/centos:7

RUN yum update -y
RUN yum install -y epel-release
RUN yum install -y python3 python3-devel gcc less git mysql-devel
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 python3 -m venv /opt/harvester
RUN /opt/harvester/bin/pip install -U pip
RUN /opt/harvester/bin/pip install -U setuptools
Expand Down

0 comments on commit 7506474

Please sign in to comment.