Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
gOOvER committed Dec 18, 2023
1 parent fddaa17 commit e70dd9b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions games/wurm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,11 @@ RUN echo "deb [signed-by=/etc/apt/keyrings/adoptium.asc] https://package
RUN apt update
RUN apt install temurin-8-jdk -y

ENV DISPLAY=:0
ENV DISPLAY_WIDTH=1024
ENV DISPLAY_HEIGHT=768
ENV DISPLAY_DEPTH=16

## Setup user and working directory
RUN useradd -m -d /home/container -s /bin/bash container
USER container
Expand Down

0 comments on commit e70dd9b

Please sign in to comment.