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"]