From 543fa4e76c1761154801febd08400520b75143e3 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Wed, 30 Nov 2022 20:45:40 +0100 Subject: Docker uniform timezone behaviour (#4905) * Docker Alpine timezone for :newest and :oldest Follow-up of https://github.com/FreshRSS/FreshRSS/pull/4903 Forgot the development images Newest and Oldest * Uniform timezone behaviour * shellcheck * A bit more documentation --- Docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Docker/Dockerfile') 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 \ -- cgit v1.2.3