From 1f85a9a406946fea549a54244ede2a865afde386 Mon Sep 17 00:00:00 2001 From: Lucas Briese Date: Mon, 29 Jul 2019 21:51:58 +0200 Subject: [PATCH] + added info --- lgsm/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lgsm/Dockerfile b/lgsm/Dockerfile index 5b980f1..6456419 100644 --- a/lgsm/Dockerfile +++ b/lgsm/Dockerfile @@ -30,10 +30,13 @@ ENV STEAM_PATH="/home/steam" \ #https://en.wikipedia.org/wiki/List_of_tz_database_time_zones ENTRYPOINT ["./home/entrypoint.sh"] + +#WORKDIR "$STEAM_PATH" COPY ["entrypoint.sh", "initCron.sh", "/home/"] # procps needed for ps command +# iproute2 needed because of "-slim" RUN dpkg --add-architecture i386 && \ apt-get update -y && \ apt-get install -y mailutils postfix curl wget file bzip2 gzip unzip bsdmainutils python util-linux ca-certificates \