We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 409287e commit 2e92f63Copy full SHA for 2e92f63
Dockerfile
@@ -2,6 +2,9 @@ FROM ubuntu:22.04
2
3
RUN apt-get update && apt-get clean
4
5
+ARG DEBIAN_FRONTEND=noninteractive
6
+ENV TZ=Etc/UTC
7
+
8
# Install window manager and basic utilities
9
RUN apt-get install -y \
10
x11vnc \
0 commit comments