add dig command to package
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user