From 05f0e95156180f5e1b7afb823151539d43c120b3 Mon Sep 17 00:00:00 2001 From: tmaeno Date: Mon, 7 Feb 2022 10:15:27 +0100 Subject: [PATCH] added condor to Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b1bad2e1..4a4c4014 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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