diff --git a/valheim/Containerfile b/valheim/Containerfile index 74492eb..49d3ffd 100644 --- a/valheim/Containerfile +++ b/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 && \