Add steamcmd ubuntu
This commit is contained in:
parent
e8dec3f984
commit
6d4f157fc5
5 changed files with 111 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# ---------------------------------------------
|
||||
# Steam Sniper image (RT3)
|
||||
# ---------------------------------------------
|
||||
FROM --platform=$TARGETOS/$TARGETARCH registry.gitlab.steamos.cloud/steamrt/sniper/platform:latest-container-runtime-depot
|
||||
FROM registry.gitlab.steamos.cloud/steamrt/sniper/platform:latest-container-runtime-depot
|
||||
|
||||
|
||||
LABEL author="Tara Piccari" maintainer="tarapiccari@gmail.com"
|
||||
|
@ -27,7 +27,7 @@ WORKDIR /home/container
|
|||
|
||||
STOPSIGNAL SIGINT
|
||||
|
||||
COPY --chown=container:container ./../entrypoint.sh /entrypoint.sh
|
||||
COPY --chown=container:container ./entrypoint.sh /entrypoint.sh
|
||||
RUN chmod +x /entrypoint.sh
|
||||
ENTRYPOINT ["/usr/bin/tini", "-g", "--"]
|
||||
CMD ["/entrypoint.sh"]
|
Loading…
Add table
Add a link
Reference in a new issue