Skip to content

Commit 2e92f63

Browse files
committed
Update Dockerfile
1 parent 409287e commit 2e92f63

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ FROM ubuntu:22.04
22

33
RUN apt-get update && apt-get clean
44

5+
ARG DEBIAN_FRONTEND=noninteractive
6+
ENV TZ=Etc/UTC
7+
58
# Install window manager and basic utilities
69
RUN apt-get install -y \
710
x11vnc \

0 commit comments

Comments
 (0)