We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bb2f5a commit dba3732Copy full SHA for dba3732
web-build/Dockerfile.ddev-cron
@@ -1,6 +1,6 @@
1
#ddev-generated
2
# Install cron package; this can be done in webimage_extra_packages, but put it here for now.
3
-RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y -o Dpkg::Options::="--force-confold" --no-install-recommends --no-install-suggests cron
+RUN (apt-get update || true) && DEBIAN_FRONTEND=noninteractive apt-get install -y -o Dpkg::Options::="--force-confold" --no-install-recommends --no-install-suggests cron
4
5
# Copy our custom config
6
COPY ./cron.conf /etc/supervisor/conf.d/cron.conf
0 commit comments