From 0ca5bcc1461fa1bfe140e84e0337db8ca8214751 Mon Sep 17 00:00:00 2001 From: Tommaso Tedeschi Date: Thu, 4 Jul 2024 11:02:36 +0200 Subject: [PATCH] Update Dockerfile --- docker/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 427e8b0..4a03ea3 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -6,7 +6,8 @@ COPY handles.py /utils/handles.py COPY SidecarConfig.yaml /utils/SidecarConfig.yaml RUN touch /utils/condor_config RUN mkdir /utils/.knoc +RUN yum install -y git vim wget WORKDIR /utils -CMD ["/bin/sh", "-c", "/start.sh & python3 handles.py"] \ No newline at end of file +CMD ["/bin/sh", "-c", "/start.sh & python3 handles.py"]