Fix noVNC image build by disabling interactive tzdata prompt
This commit is contained in:
parent
56d2588461
commit
2bfbfcc0f3
1 changed files with 4 additions and 0 deletions
|
|
@ -2,7 +2,11 @@
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
ENV DEBIAN_FRONTEND=noninteractive
|
||||||
|
ENV TZ=Etc/UTC
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||||
|
tzdata \
|
||||||
xvfb \
|
xvfb \
|
||||||
fluxbox \
|
fluxbox \
|
||||||
x11vnc \
|
x11vnc \
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue