From ed0833fa5c645297c660beb2142b2cb12ab16dbb Mon Sep 17 00:00:00 2001 From: Mar Alegre Date: Wed, 6 Oct 2021 20:51:57 -0400 Subject: [PATCH] integrated software-properties-common changes from dev branch --- debian/Containerfile | 2 +- valheim/Containerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/Containerfile b/debian/Containerfile index 9748cc7..54e006f 100644 --- a/debian/Containerfile +++ b/debian/Containerfile @@ -24,7 +24,7 @@ RUN rm /etc/localtime && \ # Install packages RUN apt update -y && \ apt upgrade -y && \ - apt install -y init sudo wget nano less man-db unzip rsync procps && \ + apt install -y init sudo wget nano less man-db unzip rsync procps software-properties-common && \ apt autoremove -y --purge && \ apt clean -y diff --git a/valheim/Containerfile b/valheim/Containerfile index b532f5d..5f0e2b2 100644 --- a/valheim/Containerfile +++ b/valheim/Containerfile @@ -19,7 +19,7 @@ ARG FILESUID=5000 ### # install basic packages -RUN apt update -y && apt install -y software-properties-common libsdl2-2.0-0 zip +RUN apt update -y && apt install -y libsdl2-2.0-0 zip # install steamcmd RUN apt-add-repository contrib && \