+ added info
This commit is contained in:
parent
c349bdc259
commit
1f85a9a406
@ -30,10 +30,13 @@ ENV STEAM_PATH="/home/steam" \
|
|||||||
#https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
|
#https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
|
||||||
|
|
||||||
ENTRYPOINT ["./home/entrypoint.sh"]
|
ENTRYPOINT ["./home/entrypoint.sh"]
|
||||||
|
|
||||||
|
#WORKDIR "$STEAM_PATH"
|
||||||
|
|
||||||
COPY ["entrypoint.sh", "initCron.sh", "/home/"]
|
COPY ["entrypoint.sh", "initCron.sh", "/home/"]
|
||||||
|
|
||||||
# procps needed for ps command
|
# procps needed for ps command
|
||||||
|
# iproute2 needed because of "-slim"
|
||||||
RUN dpkg --add-architecture i386 && \
|
RUN dpkg --add-architecture i386 && \
|
||||||
apt-get update -y && \
|
apt-get update -y && \
|
||||||
apt-get install -y mailutils postfix curl wget file bzip2 gzip unzip bsdmainutils python util-linux ca-certificates \
|
apt-get install -y mailutils postfix curl wget file bzip2 gzip unzip bsdmainutils python util-linux ca-certificates \
|
||||||
|
Loading…
Reference in New Issue
Block a user