forked from pterodactyl/yolks
-
Notifications
You must be signed in to change notification settings - Fork 273
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #230 from parkervcp/Debian-bookworm
Move to Debian 12 and fix Uptime Kuma
- Loading branch information
Showing
34 changed files
with
59 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
FROM --platform=$TARGETOS/$TARGETARCH mongo:6-focal | ||
FROM --platform=$TARGETOS/$TARGETARCH mongo:7-jammy | ||
|
||
LABEL author="Michael Parker" maintainer="[email protected]" | ||
|
||
## install nodejs 18 | ||
RUN apt update && apt install --no-install-recommends -y curl \ | ||
&& mkdir -p /etc/apt/keyrings \ | ||
&& curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg \ | ||
&& echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_18.x nodistro main" | tee /etc/apt/sources.list.d/nodesource.list \ | ||
## install nodejs 20 | ||
RUN apt update && apt install --no-install-recommends -y curl apt-transport-https ca-certificates gnupg \ | ||
&& mkdir -p /usr/share/keyrings \ | ||
&& curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /usr/share/keyrings/nodesource.gpg \ | ||
&& echo "deb [signed-by=/usr/share/keyrings/nodesource.gpg] https://deb.nodesource.com/node_20.x nodistro main" | tee /etc/apt/sources.list.d/nodesource.list \ | ||
&& apt update && apt install -y nodejs \ | ||
&& npm install -g npm@latest \ | ||
## install bastion reqs | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM --platform=$TARGETOS/$TARGETARCH debian:bullseye | ||
FROM --platform=$TARGETOS/$TARGETARCH debian:bookworm | ||
|
||
LABEL author="Michael Parker" maintainer="[email protected]" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM --platform=$TARGETOS/$TARGETARCH python:3.11-slim | ||
FROM --platform=$TARGETOS/$TARGETARCH python:3.11-slim-bookworm | ||
|
||
LABEL author="Michael Parker" maintainer="[email protected]" | ||
|
||
|
@@ -34,7 +34,7 @@ RUN apt update \ | |
liblzma-dev \ | ||
ffmpeg \ | ||
imagemagick \ | ||
tini | ||
tini | ||
|
||
RUN pip install --upgrade pip | ||
RUN pip install python-forecastio tweepy unidecode mcstatus bs4 sqlalchemy geocoder valve python-valve py-cpuinfo psutil | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM --platform=$TARGETOS/$TARGETARCH debian:bullseye-slim | ||
FROM --platform=$TARGETOS/$TARGETARCH debian:bookworm-slim | ||
|
||
LABEL org.opencontainers.image.authors="[email protected]" | ||
LABEL version="1.0" | ||
|
@@ -8,7 +8,7 @@ ENV DEBIAN_FRONTEND noninteractive | |
# Install Dependencies | ||
RUN apt update \ | ||
&& apt upgrade -y \ | ||
&& apt install -y ca-certificates less locales pulseaudio python python3 python3-pip sudo x11vnc x11-xkb-utils xvfb iproute2 ffmpeg curl liblcms2-2 libatomic1 libxcb-xinerama0 \ | ||
&& apt install -y ca-certificates less locales pulseaudio python3 python3-pip sudo x11vnc x11-xkb-utils xvfb iproute2 ffmpeg curl liblcms2-2 libatomic1 libxcb-xinerama0 \ | ||
fontconfig libasound2 libegl1-mesa libglib2.0-0 libnss3 libpci3 libpulse0 libxcursor1 libxslt1.1 libx11-xcb1 libxkbcommon0 bzip2 libxss1 libxcomposite1 libevent-2.1-7 \ | ||
libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-render-util0 libxcb-xkb1 libxkbcommon-x11-0 tini \ | ||
&& python3 -m pip install requests \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM --platform=$TARGETOS/$TARGETARCH debian:bullseye-slim | ||
FROM --platform=$TARGETOS/$TARGETARCH debian:bookworm-slim | ||
|
||
LABEL author="QuintenQVD" maintainer="[email protected]" | ||
|
||
|
@@ -10,8 +10,8 @@ RUN apt update \ | |
|
||
## Install dependencies | ||
RUN apt install -y libc++-dev libc6 git wget curl tar zip unzip binutils xz-utils liblzo2-2 cabextract iproute2 net-tools libatomic1 libsdl1.2debian libsdl2-2.0-0 \ | ||
libfontconfig libicu67 icu-devtools libunwind8 libssl-dev sqlite3 libsqlite3-dev libmariadbclient-dev-compat libduktape205 locales ffmpeg gnupg2 apt-transport-https software-properties-common ca-certificates \ | ||
libz-dev rapidjson-dev tzdata libevent-dev libzip4 libsdl2-mixer-2.0-0 libsdl2-image-2.0-0 build-essential cmake libgdiplus libstdc++6 | ||
libfontconfig libicu72 icu-devtools libunwind8 libssl-dev sqlite3 libsqlite3-dev libmariadb-dev libmariadb-dev-compat libduktape207 locales ffmpeg gnupg2 apt-transport-https software-properties-common ca-certificates \ | ||
libz3-dev rapidjson-dev tzdata libevent-dev libzip4 libsdl2-mixer-2.0-0 libsdl2-image-2.0-0 build-essential cmake libgdiplus libstdc++6 | ||
|
||
## Configure locale | ||
RUN update-locale lang=en_US.UTF-8 \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# ---------------------------------- | ||
# Environment: debian | ||
# ---------------------------------- | ||
FROM --platform=$TARGETOS/$TARGETARCH node:16-bullseye | ||
FROM --platform=$TARGETOS/$TARGETARCH node:16-bookworm | ||
|
||
LABEL author="goover" maintainer="[email protected]" | ||
|
||
|
@@ -12,10 +12,10 @@ RUN useradd -m -d /home/container -s /bin/bash container | |
RUN apt update -y \ | ||
&& apt upgrade -y \ | ||
&& apt install -y g++ gcc libgcc-s1 lib32gcc-s1 gdb libstdc++6 libc6 git wget curl tar zip unzip binutils xz-utils liblzo2-2 cabextract iproute2 net-tools netcat telnet libatomic1 libsdl1.2debian libsdl2-2.0-0 \ | ||
libfontconfig1 libicu67 icu-devtools libunwind8 libssl-dev sqlite3 libsqlite3-dev libmariadb-dev libduktape205 locales ffmpeg gnupg2 apt-transport-https software-properties-common ca-certificates tzdata \ | ||
libfontconfig1 libicu72 icu-devtools libunwind8 libssl-dev sqlite3 libsqlite3-dev libmariadb-dev libduktape207 locales ffmpeg gnupg2 apt-transport-https software-properties-common ca-certificates tzdata \ | ||
python3 dnsutils build-essential coreutils jq pcregrep tini | ||
|
||
RUN wget https://packages.microsoft.com/config/debian/11/packages-microsoft-prod.deb -O packages-microsoft-prod.deb \ | ||
RUN wget https://packages.microsoft.com/config/debian/12/packages-microsoft-prod.deb -O packages-microsoft-prod.deb \ | ||
&& dpkg -i packages-microsoft-prod.deb \ | ||
&& apt update -y \ | ||
&& apt install -y dotnet-sdk-5.0 dotnet-sdk-6.0 dotnet-sdk-7.0 libgdiplus | ||
|
@@ -32,4 +32,4 @@ STOPSIGNAL SIGINT | |
COPY --chown=container:container ./entrypoint.sh /entrypoint.sh | ||
RUN chmod +x /entrypoint.sh | ||
ENTRYPOINT ["/usr/bin/tini", "-g", "--"] | ||
CMD ["/entrypoint.sh"] | ||
CMD ["/entrypoint.sh"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM --platform=$TARGETOS/$TARGETARCH debian:bullseye-slim | ||
FROM --platform=$TARGETOS/$TARGETARCH debian:bookworm-slim | ||
|
||
LABEL author="QuintenQVD" maintainer="[email protected]" | ||
|
||
|
@@ -8,7 +8,7 @@ RUN dpkg --add-architecture i386 \ | |
&& apt update \ | ||
&& apt upgrade -y \ | ||
&& apt install -y libstdc++6 lib32stdc++6 tar curl iproute2 openssl fontconfig dirmngr ca-certificates dnsutils tzdata zip tini \ | ||
&& apt install -y libtbb2:i386 libtbb-dev:i386 libicu-dev:i386 \ | ||
&& apt install -y libtbb12:i386 libtbb-dev:i386 libicu-dev:i386 \ | ||
&& useradd -d /home/container -m container | ||
|
||
RUN mkdir -p /run/systemd && echo 'docker' > /run/systemd/container | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
# SOFTWARE. | ||
# | ||
|
||
FROM --platform=$TARGETOS/$TARGETARCH debian:bullseye-slim | ||
FROM --platform=$TARGETOS/$TARGETARCH debian:bookworm-slim | ||
|
||
LABEL author="Matthew Penner" maintainer="[email protected]" | ||
|
||
|
@@ -32,7 +32,7 @@ ENV DEBIAN_FRONTEND=noninteractive | |
RUN dpkg --add-architecture i386 \ | ||
&& apt update \ | ||
&& apt upgrade -y \ | ||
&& apt install -y tar curl gcc g++ lib32gcc-s1 libgcc1 libcurl4-gnutls-dev:i386 libssl1.1:i386 libcurl4:i386 lib32tinfo6 libtinfo6:i386 lib32z1 lib32stdc++6 libncurses5:i386 libcurl3-gnutls:i386 libsdl2-2.0-0:i386 iproute2 gdb libsdl1.2debian libfontconfig1 telnet net-tools netcat tzdata numactl tini \ | ||
&& apt install -y tar curl gcc g++ lib32gcc-s1 libgcc-11-dev libgcc-12-dev libcurl4-gnutls-dev:i386 libssl-dev:i386 libcurl4:i386 lib32tinfo6 libtinfo6:i386 lib32z1 lib32stdc++6 libncurses5:i386 libcurl3-gnutls:i386 libsdl2-2.0-0:i386 iproute2 gdb libsdl1.2debian libfontconfig1 telnet net-tools netcat tzdata numactl tini \ | ||
&& useradd -m -d /home/container container | ||
|
||
## install rcon | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
# SOFTWARE. | ||
# | ||
|
||
FROM --platform=$TARGETOS/$TARGETARCH debian:bullseye-slim | ||
FROM --platform=$TARGETOS/$TARGETARCH debian:bookworm-slim | ||
|
||
LABEL author="Matthew Penner" maintainer="[email protected]" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
# SOFTWARE. | ||
# | ||
|
||
FROM --platform=$TARGETOS/$TARGETARCH ubuntu:focal | ||
FROM --platform=$TARGETOS/$TARGETARCH ubuntu:jammy | ||
|
||
LABEL author="oliver194" maintainer="[email protected]" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# ---------------------------------- | ||
# Environment: MongoDB | ||
# ---------------------------------- | ||
FROM --platform=$TARGETOS/$TARGETARCH mongo:6-focal | ||
FROM --platform=$TARGETOS/$TARGETARCH mongo:6-jammy | ||
|
||
LABEL author="Michael Parker" maintainer="[email protected]" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM --platform=$TARGETOS/$TARGETARCH node:16-bullseye-slim | ||
FROM --platform=$TARGETOS/$TARGETARCH node:16-bookworm-slim | ||
|
||
LABEL author="Michael Parker" maintainer="[email protected]" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM --platform=$TARGETOS/$TARGETARCH node:18-bullseye-slim | ||
FROM --platform=$TARGETOS/$TARGETARCH node:18-bookworm-slim | ||
|
||
LABEL author="Michael Parker" maintainer="[email protected]" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM --platform=$TARGETOS/$TARGETARCH node:20-bullseye-slim | ||
FROM --platform=$TARGETOS/$TARGETARCH node:20-bookworm-slim | ||
|
||
LABEL author="Michael Parker" maintainer="[email protected]" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM --platform=$TARGETOS/$TARGETARCH node:21-bullseye-slim | ||
FROM --platform=$TARGETOS/$TARGETARCH node:21-bookworm-slim | ||
|
||
LABEL author="Michael Parker" maintainer="[email protected]" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM --platform=$TARGETOS/$TARGETARCH debian:bullseye-slim | ||
FROM --platform=$TARGETOS/$TARGETARCH debian:bookworm-slim | ||
|
||
LABEL author="Michael Parker" maintainer="[email protected]" | ||
|
||
|
@@ -18,9 +18,9 @@ RUN apt update \ | |
&& apt upgrade -y | ||
|
||
## Install dependencies | ||
RUN apt install -y gcc g++ libgcc1 libc++-dev gdb libc6 git wget curl tar zip unzip binutils xz-utils liblzo2-2 cabextract iproute2 net-tools netcat telnet libatomic1 libsdl1.2debian libsdl2-2.0-0 \ | ||
libfontconfig libicu67 icu-devtools libunwind8 libssl-dev sqlite3 libsqlite3-dev libmariadbclient-dev-compat libduktape205 locales ffmpeg gnupg2 apt-transport-https software-properties-common ca-certificates \ | ||
liblua5.3-0 libz-dev rapidjson-dev tzdata libevent-dev libzip4 libprotobuf23 libfluidsynth2 procps libstdc++6 tini | ||
RUN apt install -y gcc g++ libgcc-12-dev libc++-dev gdb libc6 git wget curl tar zip unzip binutils xz-utils liblzo2-2 cabextract iproute2 net-tools netcat telnet libatomic1 libsdl1.2debian libsdl2-2.0-0 \ | ||
libfontconfig1 libicu72 icu-devtools libunwind8 libssl-dev sqlite3 libsqlite3-dev libmariadb-dev-compat libduktape207 locales ffmpeg gnupg2 apt-transport-https software-properties-common ca-certificates \ | ||
liblua5.3-0 libz3-dev libzadc4 rapidjson-dev tzdata libevent-dev libzip4 libprotobuf32 libfluidsynth3 procps libstdc++6 tini | ||
|
||
## Configure locale | ||
RUN update-locale lang=en_US.UTF-8 \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM --platform=$TARGETOS/$TARGETARCH python:3.10-slim | ||
FROM --platform=$TARGETOS/$TARGETARCH python:3.10-slim-bookworm | ||
|
||
LABEL author="Michael Parker" maintainer="[email protected]" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM --platform=$TARGETOS/$TARGETARCH python:3.11-slim | ||
FROM --platform=$TARGETOS/$TARGETARCH python:3.11-slim-bookworm | ||
|
||
LABEL author="Michael Parker" maintainer="[email protected]" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM --platform=$TARGETOS/$TARGETARCH python:3.12-slim | ||
FROM --platform=$TARGETOS/$TARGETARCH python:3.7-slim-bookworm | ||
|
||
LABEL author="Michael Parker" maintainer="[email protected]" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM --platform=$TARGETOS/$TARGETARCH python:3.8-slim | ||
FROM --platform=$TARGETOS/$TARGETARCH python:3.8-slim-bookworm | ||
|
||
LABEL author="Michael Parker" maintainer="[email protected]" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM --platform=$TARGETOS/$TARGETARCH python:3.9-slim | ||
FROM --platform=$TARGETOS/$TARGETARCH python:3.9-slim-bookworm | ||
|
||
LABEL author="Michael Parker" maintainer="[email protected]" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# ---------------------------------- | ||
# Environment: redis | ||
# ---------------------------------- | ||
FROM --platform=$TARGETOS/$TARGETARCH redis:6-bullseye | ||
FROM --platform=$TARGETOS/$TARGETARCH redis:6-bookworm | ||
|
||
LABEL author="Michael Parker" maintainer="[email protected]" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# ---------------------------------- | ||
# Environment: redis | ||
# ---------------------------------- | ||
FROM --platform=$TARGETOS/$TARGETARCH redis:7-bullseye | ||
FROM --platform=$TARGETOS/$TARGETARCH redis:7-bookworm | ||
|
||
LABEL author="Michael Parker" maintainer="[email protected]" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM --platform=$TARGETOS/$TARGETARCH debian:bullseye-slim | ||
FROM --platform=$TARGETOS/$TARGETARCH debian:bookworm-slim | ||
|
||
LABEL author="Matthew Penner" maintainer="[email protected]" | ||
|
||
|
@@ -10,7 +10,7 @@ ENV DEBIAN_FRONTEND=noninteractive | |
RUN dpkg --add-architecture i386 \ | ||
&& apt-get update \ | ||
&& apt-get upgrade -y \ | ||
&& apt-get install -y tar curl gcc g++ lib32gcc-s1 libgcc1 libcurl4-gnutls-dev:i386 libssl1.1:i386 libcurl4:i386 lib32tinfo6 libtinfo6:i386 lib32z1 lib32stdc++6 libncurses5:i386 libcurl3-gnutls:i386 libsdl2-2.0-0:i386 libsdl2-2.0-0 iproute2 gdb libsdl1.2debian libfontconfig1 telnet net-tools netcat tzdata numactl xvfb tini \ | ||
&& apt-get install -y tar curl gcc g++ lib32gcc-s1 libgcc-12-dev libgcc-11-dev libcurl4-gnutls-dev:i386 libssl-dev:i386 libcurl4:i386 lib32tinfo6 libtinfo6:i386 lib32z1 lib32stdc++6 libncurses5:i386 libcurl3-gnutls:i386 libsdl2-2.0-0:i386 libsdl2-2.0-0 iproute2 gdb libsdl1.2debian libfontconfig1 telnet net-tools netcat tzdata numactl xvfb tini \ | ||
&& useradd -m -d /home/container container | ||
|
||
## install rcon | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM --platform=$TARGETOS/$TARGETARCH debian:bullseye-slim | ||
FROM --platform=$TARGETOS/$TARGETARCH debian:bookworm-slim | ||
|
||
LABEL author="Torsten Widmann" maintainer="[email protected]" | ||
|
||
|
@@ -7,14 +7,14 @@ ENV DEBIAN_FRONTEND noninteractive | |
RUN dpkg --add-architecture i386 \ | ||
&& apt update \ | ||
&& apt upgrade -y \ | ||
&& apt install -y tar curl gcc g++ lib32gcc-s1 libgcc1 libcurl4-gnutls-dev:i386 libssl1.1:i386 libcurl4:i386 lib32tinfo6 libtinfo6:i386 lib32z1 lib32stdc++6 libncurses5:i386 libcurl3-gnutls:i386 libsdl2-2.0-0:i386 iproute2 gdb libsdl1.2debian libfontconfig1 telnet net-tools netcat tzdata \ | ||
&& apt install -y tar curl gcc g++ lib32gcc-s1 libgcc1 libcurl4-gnutls-dev:i386 libssl-dev:i386 libcurl4:i386 lib32tinfo6 libtinfo6:i386 lib32z1 lib32stdc++6 libncurses5:i386 libcurl3-gnutls:i386 libsdl2-2.0-0:i386 iproute2 gdb libsdl1.2debian libfontconfig1 telnet net-tools netcat tzdata \ | ||
&& apt install -y libstdc++6 libstdc++6:i386 libc6-amd64 libc6:i386 psmisc libgdiplus libcurl4 libfontconfig1 libpangocairo-1.0-0 libnss3 libgconf-2-4 libxi6 libxcursor1 libxss1 libxcomposite1 libasound2 libxdamage1 libxtst6 libatk1.0-0 libxrandr2 libcurl4 xvfb mesa-utils git \ | ||
&& apt install -y python3 python3-dev python3-pip apt-transport-https wget iproute2 sqlite3 xvfb tini \ | ||
&& useradd -d /home/container -m container | ||
|
||
RUN apt update -y \ | ||
&& apt upgrade -y \ | ||
&& wget https://packages.microsoft.com/config/debian/11/packages-microsoft-prod.deb -O packages-microsoft-prod.deb \ | ||
&& wget https://packages.microsoft.com/config/debian/12/packages-microsoft-prod.deb -O packages-microsoft-prod.deb \ | ||
&& dpkg -i packages-microsoft-prod.deb \ | ||
&& rm packages-microsoft-prod.deb \ | ||
&& apt update -y \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# --------------------------------------------- | ||
# Steam Proton image | ||
# --------------------------------------------- | ||
FROM debian:bullseye-slim | ||
FROM debian:bookworm-slim | ||
|
||
LABEL author="Torsten Widmann" maintainer="[email protected]" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# --------------------------------------------- | ||
# Steam Proton image | ||
# --------------------------------------------- | ||
FROM debian:bullseye-slim | ||
FROM debian:bookworm-slim | ||
|
||
LABEL author="Torsten Widmann" maintainer="[email protected]" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
# SOFTWARE. | ||
# | ||
|
||
FROM --platform=$TARGETOS/$TARGETARCH debian:bullseye-slim | ||
FROM --platform=$TARGETOS/$TARGETARCH debian:bookworm-slim | ||
|
||
LABEL author="Torsten Widmann" maintainer="[email protected]" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters