From e6df89af22024d7e3e54719da085046b8e446e02 Mon Sep 17 00:00:00 2001 From: Mar Alegre Date: Thu, 4 Mar 2021 20:07:52 -0500 Subject: [PATCH] working on valheim --- valheim/Containerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 && \