clean: DEBIAN_FRONTEND=noninteractive shouldn't be global
This commit is contained in:
parent
e7aecfe6cb
commit
dc83e87e2d
@ -13,7 +13,6 @@ ENV STEAM_PATH="/home/steam" \
|
|||||||
SUPERCRONIC_SHA1SUM=fe1a81a8a5809deebebbd7a209a3b97e542e2bcd \
|
SUPERCRONIC_SHA1SUM=fe1a81a8a5809deebebbd7a209a3b97e542e2bcd \
|
||||||
\
|
\
|
||||||
\
|
\
|
||||||
DEBIAN_FRONTEND=noninteractive \
|
|
||||||
LANG=C.UTF-8 \
|
LANG=C.UTF-8 \
|
||||||
TERM=xterm \
|
TERM=xterm \
|
||||||
\
|
\
|
||||||
@ -40,7 +39,7 @@ COPY ["lgsm/entrypoint.sh", "lgsm/initCron.sh", "lgsm/createAlias.sh", "/home/"]
|
|||||||
# iproute2 needed because of "-slim"
|
# 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 bc binutils bsdmainutils bzip2 ca-certificates cpio curl file gzip hostname jq lib32gcc1 lib32stdc++6 netcat python3 tar tmux unzip util-linux wget xz-utils lib32gcc1 lib32stdc++6 libsdl2-2.0-0:i386 distro-info \
|
DEBIAN_FRONTEND=noninteractive apt-get install -y bc binutils bsdmainutils bzip2 ca-certificates cpio curl file gzip hostname jq lib32gcc1 lib32stdc++6 netcat python3 tar tmux unzip util-linux wget xz-utils lib32gcc1 lib32stdc++6 libsdl2-2.0-0:i386 distro-info \
|
||||||
libtinfo5:i386 \
|
libtinfo5:i386 \
|
||||||
procps iproute2 && \
|
procps iproute2 && \
|
||||||
\
|
\
|
||||||
|
Loading…
Reference in New Issue
Block a user