diff --git a/Dockerfile b/Dockerfile index adfcc13d6..ae437c5e5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -70,6 +70,6 @@ RUN touch /etc/crontab && \ echo "20 2 1 */1 * curl --silent http://localhost/update/update_pota &>/dev/null" >> /etc/crontab && \ echo "0 3 1 */1 * curl --silent http://localhost/update/update_dok &>/dev/null" >> /etc/crontab RUN chmod 0644 /etc/crontab -RUN crontab