steamcmd fix maintainer + platform select
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user