docker-vrising (main)

Published 2025-12-01 00:43:28 +00:00 by creations in creations/docker-vrising

Installation

docker pull heliopolis.live/creations/docker-vrising:main
sha256:f2aa892ecfe95f2a8a64ffa1365f5b13f7ba27a92c402d90df8c27a684169395

Image layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=22.04
ADD file:d025507456f1d7d19195885b1c02a346454d60c9348cbd3be92431f2d7e2666e in /
CMD ["/bin/bash"]
LABEL maintainer=Tim Chaubet
VOLUME [/data]
ARG DEBIAN_FRONTEND=noninteractive
RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c apt update -y && apt-get upgrade -y && apt-get install -y apt-utils && apt-get install -y software-properties-common tzdata && add-apt-repository multiverse && dpkg --add-architecture i386 && apt update -y && apt-get upgrade -y # buildkit
RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c useradd -m steam && cd /home/steam && echo steam steam/question select "I AGREE" | debconf-set-selections && echo steam steam/license note '' | debconf-set-selections && apt purge steam steamcmd && apt install -y gdebi-core libgl1-mesa-glx:i386 wget && apt install -y steam steamcmd && ln -s /usr/games/steamcmd /usr/bin/steamcmd && mkdir -p /home/steam/.steam && chown -R steam:steam /home/steam && su steam -c "/usr/bin/steamcmd +quit" # buildkit
RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c apt install -y wine winbind winetricks # buildkit
RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c apt install -y xserver-xorg xvfb # buildkit
RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c apt update -y && apt install -y jq # buildkit
RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c rm -rf /var/lib/apt/lists/* && apt clean && apt autoremove -y # buildkit
COPY start.sh /start.sh # buildkit
RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c chmod +x /start.sh # buildkit
CMD ["/start.sh"]

Labels

Key Value
maintainer Tim Chaubet
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.version 22.04
Details
Container
2025-12-01 00:43:28 +00:00
0
OCI / Docker
linux/amd64
994 MiB
Versions (7) View all
d7f9d23f 2025-12-01
latest 2025-12-01
main 2025-12-01
c38e7100 2025-12-01
c1bb3c65 2025-12-01