Browse Source

working on valheim

feature/startup-from-labels
Mar Alegre 4 years ago
parent
commit
e6df89af22
  1. 4
      valheim/Containerfile

4
valheim/Containerfile

@ -22,7 +22,9 @@ ARG FILESUID=5000
RUN apt-add-repository contrib && \
apt-add-repository non-free && \
apt update -y && \
apt install -y git net-tools
# echo steam steam/question select "I AGREE" | sudo debconf-set-selections && \
# echo steam steam/license note '' | sudo debconf-set-selections && \
apt install -y steamcmd libsdl2-2.0-0
# create valheim server user with file owner UID
RUN addgroup --gid $FILESUID vhadmin && \

Loading…
Cancel
Save