@@ -16,9 +16,9 @@ ARG TARGETARCH
1616RUN set -eux; \
1717 mkdir -p /usr/share/man/man1; \
1818 apt-get update; \
19- apt-get install -y --no-install-recommends \
19+ apt-get install -y \
2020 ca-certificates curl wget tar unzip xz-utils bzip2 \
21- coreutils procps iproute2 iputils-ping socat jq git git-lfs gnupg tmux sqlite3 dbus \
21+ coreutils procps iproute2 iputils-ping socat jq git git-lfs gnupg tmux dbus \
2222 tini tzdata locales \
2323 libssl3 libcurl4 libsqlite3-0 libzstd1 libsdl2-2.0-0 libsdl1.2-compat \
2424 # Required for Core Keeper
@@ -35,22 +35,22 @@ RUN set -eux; \
3535 amd64) \
3636 dpkg --add-architecture i386; \
3737 apt-get update; \
38- apt-get install -y --no-install-recommends \
38+ apt-get install -y \
3939 # Required for steamcmd
4040 libgcc-s1:i386 \
4141 # Others
4242 libstdc++6:i386 zlib1g:i386 libbz2-1.0:i386 libcurl4:i386 libcurl3-gnutls:i386 libcurl4-gnutls-dev:i386 \
43- libncurses6:i386 libncurses5:i386 libtinfo6:i386 libtinfo5:i386 libsdl2-2.0-0:i386 libssl-dev :i386; \
43+ libncurses6:i386 libncurses5:i386 libtinfo6:i386 libtinfo5:i386 libsdl2-2.0-0:i386 libssl3 :i386; \
4444 ;; \
4545 arm64) \
4646 dpkg --add-architecture armhf; \
4747 apt-get update; \
48- apt-get install -y --no-install-recommends \
48+ apt-get install -y \
4949 # Required for steamcmd
5050 libgcc-s1:armhf \
5151 # Others
5252 libstdc++6:armhf zlib1g:armhf libbz2-1.0:armhf libcurl4:armhf libcurl3-gnutls:armhf libcurl4-gnutls-dev:armhf \
53- libncurses6:armhf libncurses5:armhf libtinfo6:armhf libtinfo5:armhf libsdl2-2.0-0:armhf libssl-dev :armhf; \
53+ libncurses6:armhf libncurses5:armhf libtinfo6:armhf libtinfo5:armhf libsdl2-2.0-0:armhf libssl3 :armhf; \
5454 # Add box86/box64
5555 install -d -m 0755 /etc/apt/keyrings; \
5656 wget -qO- "https://pi-apps-coders.github.io/box86-debs/KEY.gpg" | gpg --dearmor -o /etc/apt/keyrings/box86-archive-keyring.gpg; \
@@ -67,7 +67,7 @@ RUN set -eux; \
6767 amd64) wget -qO libssl1.1.deb https://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.0g-2ubuntu4_amd64.deb;; \
6868 arm64) wget -qO libssl1.1.deb https://ports.ubuntu.com/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2_arm64.deb;; \
6969 esac; \
70- apt-get install -y --no-install-recommends ./libssl1.1.deb; \
70+ apt-get install -y ./libssl1.1.deb; \
7171 rm libssl1.1.deb; \
7272 # Install AMP instance manager
7373 case "$TARGETARCH" in \
0 commit comments