diff --git a/source-install/Dockerfile b/source-install/Dockerfile index 1a9bbee..9128780 100644 --- a/source-install/Dockerfile +++ b/source-install/Dockerfile @@ -5,7 +5,7 @@ # https://github.com/matthewpi/images/blob/master/LICENSE.md # -FROM debian:stable-slim +FROM --platform=$BUILDPLATFORM debian:stable-slim LABEL author="Matthew Penner" maintainer="matthew@pterodactyl.io" diff --git a/source/Dockerfile b/source/Dockerfile index 72da5d1..e8ec045 100644 --- a/source/Dockerfile +++ b/source/Dockerfile @@ -5,7 +5,7 @@ # https://github.com/matthewpi/images/blob/master/LICENSE.md # -FROM debian:stable-slim +FROM --platform=$BUILDPLATFORM debian:stable-slim LABEL author="Matthew Penner" maintainer="matthew@pterodactyl.io"