Skip to content

Commit

Permalink
fix: no --link (moby/buildkit#2987)
Browse files Browse the repository at this point in the history
  • Loading branch information
kidager committed Dec 3, 2024
1 parent 49f0271 commit 1facdf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/cron.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN arch="$(uname -m)" \
&& chmod +x /usr/bin/supercronic


COPY --link --chown=www-data:www-data docker/cron/crontab /etc/custom-crontab
COPY --chown=www-data:www-data docker/cron/crontab /etc/custom-crontab

USER www-data

Expand Down

0 comments on commit 1facdf1

Please sign in to comment.