|
|
@@ -51,7 +51,7 @@ RUN sed -r -i "/^\s*(CustomLog|ErrorLog|Listen) /s/^/#/" /etc/apache2/apache2.co
|
|
|
touch /var/www/FreshRSS/Docker/env.txt && \
|
|
|
echo "17,47 * * * * . /var/www/FreshRSS/Docker/env.txt; \
|
|
|
su www-data -s /bin/sh -c 'php /var/www/FreshRSS/app/actualize_script.php' \
|
|
|
- 2>> /proc/1/fd/2 > /tmp/FreshRSS.log" > /var/www/FreshRSS/Docker/crontab.default
|
|
|
+ 2>> /proc/1/fd/2 > /tmp/FreshRSS.log" > /etc/crontab.freshrss.default
|
|
|
|
|
|
# Seems needed for arm32v7/ubuntu on Docker Hub
|
|
|
RUN update-ca-certificates -f
|