Browse Source

working on valheim

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

5
valheim/Containerfile

@ -19,7 +19,10 @@ ARG FILESUID=5000
###
# install packages we want
RUN apt update -y && apt install -y git net-tools
RUN apt-add-repository contrib && \
apt-add-repository non-free && \
apt update -y && \
apt install -y git net-tools
# create valheim server user with file owner UID
RUN addgroup --gid $FILESUID vhadmin && \

Loading…
Cancel
Save