Skip to content

Commit 01a3090

Browse files
author
BuildTools
committed
Enabled apt-compat in daily cron job
1 parent 1609ecc commit 01a3090

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

php/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ EXPOSE 8080
2525
RUN echo "{}" > ../api-limiter.json
2626
RUN echo "{}" > ../otp.json
2727

28-
# Disable apt-compat in daily cron jobs
29-
RUN mv /etc/cron.daily/apt-compat /etc/cron.daily/apt-compat.disabled
30-
3128
# Copy passky-daily-crontab script to cron.daily folder, so script will be executed every day
3229
COPY passky-daily-crontab /etc/cron.daily/passky-daily-crontab
3330
# Make script executable

0 commit comments

Comments
 (0)