diff options
Diffstat (limited to 'Dockerfile')
| -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"]  | 
