diff options
Diffstat (limited to 'Docker/Dockerfile')
| -rw-r--r-- | Docker/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Docker/Dockerfile b/Docker/Dockerfile index b462263fb..08e6dce43 100644 --- a/Docker/Dockerfile +++ b/Docker/Dockerfile @@ -2,8 +2,8 @@ FROM debian:11-slim ENV TZ UTC SHELL ["/bin/bash", "-o", "pipefail", "-c"] -RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone +ARG DEBIAN_FRONTEND=noninteractive RUN apt-get update && \ apt-get install --no-install-recommends -y \ ca-certificates cron \ |
