Skip to content

Commit 22c5791

Browse files
committed
Replace unnecesary use of ADD with COPY
1 parent c41afb9 commit 22c5791

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ COPY base/usr/local/bin/* /usr/local/bin/
4141
COPY base/etc/supervisord.d/* /etc/supervisord.d/
4242

4343
# 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
4545
RUN chmod 644 /etc/cron.d/fetch-crl
4646

4747
# 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/
8989

9090
# HACK: override condor_ce_jobmetrics from SOFTWARE-4183 until it is released in
9191
# 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
9393

9494
# Use "ssh -q" in bosco_cluster until the chang has been upstreamed to condor
9595
COPY hosted-ce/overrides/ssh_q.patch /tmp

0 commit comments

Comments
 (0)