Skip to content

Commit

Permalink
fix the path
Browse files Browse the repository at this point in the history
  • Loading branch information
Lincoln Bryant committed Nov 22, 2024
1 parent 3ed9776 commit 6ad5608
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 @@ -32,7 +32,7 @@ RUN yum install -y python3-pip

RUN yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
RUN yum install -y docker-ce-cli
RUN yum install -y http://mirror.grid.uchicago.edu/pub/mwt2/sw/el9/mwt2-sysview-worker-2.0.9-1.noarch.rpm
RUN yum install -y https://mirror.grid.uchicago.edu/pub/mwt2/sw/el9/mwt2-sysview-worker-2.0.9-1.el9.noarch.rpm

COPY condor/*.conf /etc/condor/config.d/
COPY supervisor/* /etc/supervisord.d/
Expand Down

0 comments on commit 6ad5608

Please sign in to comment.