Attempt to make source images multi-platform compatiable

This commit is contained in:
Matthew Penner 2020-12-15 10:45:00 -07:00
parent 02afffc9f1
commit e6edbe3471
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@
# https://github.com/matthewpi/images/blob/master/LICENSE.md # 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" LABEL author="Matthew Penner" maintainer="matthew@pterodactyl.io"

View file

@ -5,7 +5,7 @@
# https://github.com/matthewpi/images/blob/master/LICENSE.md # 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" LABEL author="Matthew Penner" maintainer="matthew@pterodactyl.io"