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
|
||||
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
ENV TZ=Etc/UTC
|
||||
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
tzdata \
|
||||
xvfb \
|
||||
fluxbox \
|
||||
x11vnc \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue