Skip to content

Commit

Permalink
add display env to dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
traktuner committed Feb 1, 2024
1 parent 1935d5a commit 3b31c68
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile.ubuntu18
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ ENV DISABLE_AUTOUPDATE="false"

# Disable WINE Debug messages
ENV WINEDEBUG -all
# Set DISPLAY to allow GUI programs to be run
ENV DISPLAY=:0

EXPOSE 5900

Expand Down
2 changes: 2 additions & 0 deletions Dockerfile.ubuntu20
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ ENV DISABLE_AUTOUPDATE="false"

# Disable WINE Debug messages
ENV WINEDEBUG -all
# Set DISPLAY to allow GUI programs to be run
ENV DISPLAY=:0

EXPOSE 5900

Expand Down
2 changes: 2 additions & 0 deletions Dockerfile.ubuntu22
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ ENV DISABLE_AUTOUPDATE="false"

# Disable WINE Debug messages
ENV WINEDEBUG -all
# Set DISPLAY to allow GUI programs to be run
ENV DISPLAY=:0

EXPOSE 5900

Expand Down

0 comments on commit 3b31c68

Please sign in to comment.