- Germany
- https://www.xs-project.de
- Joined on
2026-02-12
Block a user
steam (latest)
Published 2026-02-12 19:06:25 +01:00 by Administrator
Installation
docker pull git.xs-project.de/administrator/steam:latestsha256:2c5f798c715b0baa4c1b8f5c7de25fdb8c91c5e7363d68a0e9a20ac9951fdc00
Image Layers
| /bin/bash |
| LABEL de.virtulife.image.authors=support@xs-project.de |
| RUN /bin/sh -c dpkg --add-architecture i386 # buildkit |
| RUN /bin/sh -c apt-get update && apt-get dist-upgrade -y && apt-get install -y lib32gcc-s1 curl wget xz-utils libstdc++6:i386 libstdc++6 libncurses5-dev:i386 libncurses5-dev locales libpulse0 libatomic1 libasound2t64 && apt-get clean # buildkit |
| RUN /bin/sh -c locale-gen en_US.UTF-8 # buildkit |
| RUN /bin/sh -c dpkg-reconfigure locales # buildkit |
| RUN /bin/sh -c env DEBIAN_FRONTEND="noninteractive" TZ="Europe/Berlin" apt-get -y install tzdata # buildkit |
| RUN /bin/sh -c apt-get clean && apt-get -y autoclean && rm -rf /var/lib/apt/lists/* # buildkit |
| WORKDIR /home/container |
| COPY ./entrypoint.sh /entrypoint.sh # buildkit |
| CMD ["/bin/bash" "/entrypoint.sh"] |
Labels
| Key | Value |
|---|---|
| de.virtulife.image.authors | support@xs-project.de |