diff --git a/installers/debian/Dockerfile b/installers/debian/Dockerfile index 0593523..cf6bde9 100644 --- a/installers/debian/Dockerfile +++ b/installers/debian/Dockerfile @@ -20,7 +20,7 @@ # SOFTWARE. # -FROM --platform=$TARGETOS/$TARGETARCH debian:stable-slim +FROM --platform=$TARGETOS/$TARGETARCH debian:bullseye-slim LABEL author="Matthew Penner" maintainer="matthew@pterodactyl.io" @@ -32,4 +32,4 @@ ENV DEBIAN_FRONTEND=noninteractive RUN dpkg --add-architecture i386 \ && apt update \ && apt upgrade -y \ - && apt -y --no-install-recommends install ca-certificates curl lib32gcc-s1 libsdl2-2.0-0:i386 git + && apt -y --no-install-recommends install ca-certificates curl libsdl2-2.0-0:i386 git wget