aboutsummaryrefslogtreecommitdiff
path: root/Docker/Dockerfile-QEMU-ARM
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2022-11-30 20:45:40 +0100
committerGravatar GitHub <noreply@github.com> 2022-11-30 20:45:40 +0100
commit543fa4e76c1761154801febd08400520b75143e3 (patch)
tree5c554a1e9ea48d217edceed09284d9946b2fccb2 /Docker/Dockerfile-QEMU-ARM
parentf41a574a9f693d81c6eabff7a05ebf3648858d5b (diff)
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
Diffstat (limited to 'Docker/Dockerfile-QEMU-ARM')
-rw-r--r--Docker/Dockerfile-QEMU-ARM2
1 files changed, 1 insertions, 1 deletions
diff --git a/Docker/Dockerfile-QEMU-ARM b/Docker/Dockerfile-QEMU-ARM
index 042597dec..892cbc955 100644
--- a/Docker/Dockerfile-QEMU-ARM
+++ b/Docker/Dockerfile-QEMU-ARM
@@ -8,8 +8,8 @@ COPY ./Docker/qemu-arm-* /usr/bin/
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 \