From 2bfbfcc0f357268808105461a1250715d6373992 Mon Sep 17 00:00:00 2001 From: Stefan Heyn Date: Wed, 4 Mar 2026 16:20:31 +0100 Subject: [PATCH] Fix noVNC image build by disabling interactive tzdata prompt --- Dockerfile.novnc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Dockerfile.novnc b/Dockerfile.novnc index 51f02b5..402fbe1 100644 --- a/Dockerfile.novnc +++ b/Dockerfile.novnc @@ -2,7 +2,11 @@ WORKDIR /app +ENV DEBIAN_FRONTEND=noninteractive +ENV TZ=Etc/UTC + RUN apt-get update && apt-get install -y --no-install-recommends \ + tzdata \ xvfb \ fluxbox \ x11vnc \