diff options
| author | jwansek <eddie.atten.ea29@gmail.com> | 2025-09-17 21:19:06 +0100 |
|---|---|---|
| committer | jwansek <eddie.atten.ea29@gmail.com> | 2025-09-17 21:19:06 +0100 |
| commit | e9bf7e8a8e8f5afd07fac5683e02bec270d21cc6 (patch) | |
| tree | f561649d6c8a5bc8eaf2b616ff1662651a10d2f6 | |
| parent | 8a91889f0c44c17a431e77112cd1220200920c80 (diff) | |
| download | cron-e9bf7e8a8e8f5afd07fac5683e02bec270d21cc6.tar.gz cron-e9bf7e8a8e8f5afd07fac5683e02bec270d21cc6.zip | |
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ FROM ubuntu:22.04 ENV TZ=Europe/London RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone RUN apt-get update -y -RUN apt-get install -y python3-pip iputils-ping cron git +RUN apt-get install -y python3-pip iputils-ping cron git tzdata COPY entrypoint.sh /cron_entrypoint.sh ENTRYPOINT ["bash"] |
