steamcmd fix maintainer + platform select

This commit is contained in:
Quinten
2022-12-30 11:17:38 +01:00
committed by GitHub
parent 52588fd6a3
commit 933d994790
2 changed files with 7 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM debian:bullseye-slim
FROM --platform=$TARGETOS/$TARGETARCH debian:bullseye-slim
LABEL author="Torsten Widmann" maintainer="info@goover.de"

View File

@@ -1,4 +1,9 @@
FROM --platform=$BUILDPLATFORM ubuntu:22.04
FROM --platform=$TARGETOS/$TARGETARCH ubuntu:22.04
LABEL author="Matthew Penner" maintainer="matthew@pterodactyl.io"
LABEL org.opencontainers.image.source="https://github.com/pterodactyl/yolks"
LABEL org.opencontainers.image.licenses=MIT
ENV DEBIAN_FRONTEND=noninteractive