feat(base_debian): remove lib32gcc-s1 for ARM support (#36)

This commit is contained in:
Alex
2022-01-22 12:49:44 +02:00
committed by GitHub
parent 8a4ef8387d
commit f5981b736d
4 changed files with 10 additions and 9 deletions

View File

@@ -20,7 +20,7 @@
# SOFTWARE.
#
FROM --platform=$BUILDPLATFORM alpine:latest
FROM --platform=$TARGETOS/$TARGETARCH alpine:latest
LABEL author="Matthew Penner" maintainer="matthew@pterodactyl.io"