File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ COPY base/usr/local/bin/* /usr/local/bin/
41
41
COPY base/etc/supervisord.d/* /etc/supervisord.d/
42
42
43
43
# do the bad thing of overwriting the existing cron job for fetch-crl
44
- ADD base/etc/cron.d/fetch-crl /etc/cron.d/fetch-crl
44
+ COPY base/etc/cron.d/fetch-crl /etc/cron.d/fetch-crl
45
45
RUN chmod 644 /etc/cron.d/fetch-crl
46
46
47
47
# HACK: override condor_ce_jobmetrics from SOFTWARE-4183 until it is released in
@@ -89,7 +89,7 @@ COPY hosted-ce/30-remote-site-setup.sh /etc/osg/image-config.d/
89
89
90
90
# HACK: override condor_ce_jobmetrics from SOFTWARE-4183 until it is released in
91
91
# HTCondor-CE.
92
- ADD hosted-ce/overrides/condor_ce_jobmetrics /usr/share/condor-ce/condor_ce_jobmetrics
92
+ COPY hosted-ce/overrides/condor_ce_jobmetrics /usr/share/condor-ce/condor_ce_jobmetrics
93
93
94
94
# Use "ssh -q" in bosco_cluster until the chang has been upstreamed to condor
95
95
COPY hosted-ce/overrides/ssh_q.patch /tmp
You can’t perform that action at this time.
0 commit comments