Merge pull request #310 from pelican-eggs/steamcmd-ubuntu24.04
Steamcmd ubuntu24.04
This commit is contained in:
@@ -1,17 +1,57 @@
|
|||||||
FROM --platform=$TARGETOS/$TARGETARCH ubuntu:22.04
|
FROM --platform=$TARGETOS/$TARGETARCH ubuntu:24.04
|
||||||
|
|
||||||
LABEL author="Matthew Penner" maintainer="matthew@pterodactyl.io"
|
LABEL org.opencontainers.image.source="https://github.com/pelican-eggs/yolks"
|
||||||
|
LABEL org.opencontainers.image.licenses=AGPL-3.0-or-later
|
||||||
LABEL org.opencontainers.image.source="https://github.com/pterodactyl/yolks"
|
|
||||||
LABEL org.opencontainers.image.licenses=MIT
|
|
||||||
|
|
||||||
ENV DEBIAN_FRONTEND=noninteractive
|
ENV DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
RUN dpkg --add-architecture i386 \
|
RUN dpkg --add-architecture i386 \
|
||||||
&& apt update \
|
&& apt update \
|
||||||
&& apt upgrade -y \
|
&& apt upgrade -y
|
||||||
&& apt -y install tar curl gcc g++ lib32gcc-s1 libgcc1 libcurl4-gnutls-dev:i386 libssl-dev:i386 libssl-dev 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 libtinfo6:i386 libtbb2:i386 libtinfo5:i386 libcurl4-gnutls-dev:i386 libcurl4:i386 libncurses5:i386 libcurl3-gnutls:i386 faketime:i386 libtbb2:i386 \
|
RUN apt -y install \
|
||||||
&& apt -y install lib32tinfo6 lib32stdc++6 lib32z1 libtbb2 libtinfo5 libstdc++6 readline-common libncursesw5 libfontconfig1 libnss-wrapper gettext-base libc++-dev libc6-i386 libcurl4 libc6 libc6:i386 libssl3 libssl3:i386 libc6 libc6:i386 xvfb gdb libc++-dev tini
|
tar \
|
||||||
|
curl \
|
||||||
|
gcc \
|
||||||
|
g++ \
|
||||||
|
lib32gcc-s1 \
|
||||||
|
libgcc-10-dev \
|
||||||
|
libcurl4-gnutls-dev:i386 \
|
||||||
|
libssl-dev:i386 \
|
||||||
|
libssl-dev \
|
||||||
|
libcurl4t64:i386 \
|
||||||
|
lib32stdc++6 \
|
||||||
|
libcurl3t64-gnutls:i386 \
|
||||||
|
libsdl2-2.0-0:i386 \
|
||||||
|
iproute2 gdb \
|
||||||
|
libsdl1.2debian \
|
||||||
|
telnet \
|
||||||
|
net-tools \
|
||||||
|
netcat tzdata \
|
||||||
|
libtinfo6:i386 \
|
||||||
|
libcurl4-gnutls-dev:i386 \
|
||||||
|
libncurses6:i386 \
|
||||||
|
libcurl4-gnutls:i386 \
|
||||||
|
faketime:i386 \
|
||||||
|
lib32tinfo6 \
|
||||||
|
lib32z1 \
|
||||||
|
libtbb12 \
|
||||||
|
libtinfo6 \
|
||||||
|
libstdc++6 \
|
||||||
|
readline-common \
|
||||||
|
libncursesw6 \
|
||||||
|
libfontconfig1 \
|
||||||
|
libnss-wrapper \
|
||||||
|
gettext-base \
|
||||||
|
libc6-i386 \
|
||||||
|
libcurl4t64 \
|
||||||
|
libssl3t64 \
|
||||||
|
libssl3t64:i386 \
|
||||||
|
libc6 \
|
||||||
|
libc6:i386 \
|
||||||
|
xvfb \
|
||||||
|
gdb \
|
||||||
|
libc++-dev \
|
||||||
|
tini
|
||||||
|
|
||||||
RUN useradd -d /home/container -m container
|
RUN useradd -d /home/container -m container
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user