Skip to content

Commit

Permalink
Update Dockerfile to remove deprecated directives
Browse files Browse the repository at this point in the history
  • Loading branch information
Fullaxx committed Dec 21, 2024
1 parent 5b1d598 commit 432e422
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# ------------------------------------------------------------------------------
# Pull base image
FROM ubuntu:jammy
MAINTAINER Brett Kuskie <[email protected]>
LABEL author="Brett Kuskie <[email protected]>"

# ------------------------------------------------------------------------------
# Set environment variables
ENV DEBIAN_FRONTEND noninteractive
ENV WINDOWMANAGER openbox
ENV LANG C
ENV DEBIAN_FRONTEND=noninteractive
ENV WINDOWMANAGER=openbox
ENV LANG=C

# ------------------------------------------------------------------------------
# Install tigervnc,openbox and clean up
Expand Down

0 comments on commit 432e422

Please sign in to comment.