Dockerfile

This commit is contained in:
alcapone1933
2022-10-28 19:34:26 +02:00
parent 21d51cfebf
commit 56ebed6b51

View File

@@ -11,7 +11,7 @@ LABEL maintainer="alcapone1933 <alcapone1933@cosanostra-cloud.de>" \
ENV TZ=Europe/Berlin
ENV CRON_TIME="*/15 * * * *"
ENV CRON_TIME_DIG="00 06 * * *"
ENV CRON_TIME_DIG="*/30 * * * *"
RUN apk add --update --no-cache tzdata curl bash tini bind-tools && \
rm -rf /var/cache/apk/*