Fix noVNC image build by disabling interactive tzdata prompt

This commit is contained in:
Stefan Heyn 2026-03-04 16:20:31 +01:00
parent 56d2588461
commit 2bfbfcc0f3

View file

@ -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 \