add dig command to package
Build and Deploy Docker / build (push) Successful in 1m36s
Build and Deploy Docker / deploy (push) Successful in 41s

This commit is contained in:
2026-06-30 11:33:45 +02:00
parent b562a98ee2
commit abc3da8161
4 changed files with 10 additions and 1 deletions
+3
View File
@@ -6,6 +6,9 @@ COPY --chown=www-data ./project /var/www/html
#cron
RUN apt-get update && apt-get -y install cron
RUN apt-get install -y --no-install-recommends dnsutils \
&& rm -rf /var/lib/apt/lists/*
COPY ./service/crontab /etc/cron.d/maincron
RUN chmod 0644 /etc/cron.d/maincron
RUN crontab /etc/cron.d/maincron