Skip to content

Commit

Permalink
chore: Do not run apt-related cron.daily jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
whisperity committed Jun 7, 2024
1 parent d5f98bb commit 7db53f0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
apt-get clean && \
rm -rf "/var/lib/apt/lists/" && \
rm -rf "/var/log/" && \
mkdir -pv "/var/log/"
mkdir -pv "/var/log/" && \
chmod -v -x \
"/etc/cron.daily/apt-compat" \
"/etc/cron.daily/dpkg"


RUN export DEBIAN_FRONTEND=noninteractive; \
Expand Down

0 comments on commit 7db53f0

Please sign in to comment.