diff --git a/.github/workflows/erlang.yml b/.github/workflows/erlang.yml index 3a798919b..dd3e0e84e 100644 --- a/.github/workflows/erlang.yml +++ b/.github/workflows/erlang.yml @@ -35,7 +35,7 @@ jobs: with: context: ./erlang file: ./erlang/${{ matrix.tag }}/Dockerfile - platforms: linux/amd64 + platforms: linux/amd64,linux/arm64 push: true tags: | ghcr.io/parkervcp/yolks:erlang_${{ matrix.tag }} diff --git a/erlang/22/Dockerfile b/erlang/22/Dockerfile index c3911525a..1575b7db0 100644 --- a/erlang/22/Dockerfile +++ b/erlang/22/Dockerfile @@ -5,7 +5,7 @@ LABEL author="Pascal Zarrad" maintainer="p.zarrad@outlook.de" LABEL org.opencontainers.image.source="https://github.com/pterodactyl/yolks" LABEL org.opencontainers.image.licenses=MIT -RUN apk add --update --no-cache ca-certificates curl git openssl sqlite tar tzdata \ +RUN apk add --update --no-cache ca-certificates curl git openssl sqlite tar tzdata iproute2 \ && adduser -D -h /home/container container USER container diff --git a/erlang/23/Dockerfile b/erlang/23/Dockerfile index 10d4cd148..349320ff3 100644 --- a/erlang/23/Dockerfile +++ b/erlang/23/Dockerfile @@ -5,7 +5,7 @@ LABEL author="Pascal Zarrad" maintainer="p.zarrad@outlook.de" LABEL org.opencontainers.image.source="https://github.com/pterodactyl/yolks" LABEL org.opencontainers.image.licenses=MIT -RUN apk add --update --no-cache ca-certificates curl git openssl sqlite tar tzdata \ +RUN apk add --update --no-cache ca-certificates curl git openssl sqlite tar tzdata iproute2\ && adduser -D -h /home/container container USER container diff --git a/erlang/24/Dockerfile b/erlang/24/Dockerfile index ea47ef476..63ae6d19d 100644 --- a/erlang/24/Dockerfile +++ b/erlang/24/Dockerfile @@ -5,7 +5,7 @@ LABEL author="Pascal Zarrad" maintainer="p.zarrad@outlook.de" LABEL org.opencontainers.image.source="https://github.com/pterodactyl/yolks" LABEL org.opencontainers.image.licenses=MIT -RUN apk add --update --no-cache ca-certificates curl git openssl sqlite tar tzdata \ +RUN apk add --update --no-cache ca-certificates curl git openssl sqlite tar tzdata iproute2 \ && adduser -D -h /home/container container USER container diff --git a/erlang/25/Dockerfile b/erlang/25/Dockerfile index caa5fca50..8248b8608 100644 --- a/erlang/25/Dockerfile +++ b/erlang/25/Dockerfile @@ -5,7 +5,7 @@ LABEL author="Pascal Zarrad" maintainer="p.zarrad@outlook.de" LABEL org.opencontainers.image.source="https://github.com/pterodactyl/yolks" LABEL org.opencontainers.image.licenses=MIT -RUN apk add --update --no-cache ca-certificates curl git openssl sqlite tar tzdata \ +RUN apk add --update --no-cache ca-certificates curl git openssl sqlite tar tzdata iproute2 \ && adduser -D -h /home/container container USER container diff --git a/erlang/26/Dockerfile b/erlang/26/Dockerfile index 121dc0573..f80604871 100644 --- a/erlang/26/Dockerfile +++ b/erlang/26/Dockerfile @@ -5,7 +5,7 @@ LABEL author="Pascal Zarrad" maintainer="p.zarrad@outlook.de" LABEL org.opencontainers.image.source="https://github.com/pterodactyl/yolks" LABEL org.opencontainers.image.licenses=MIT -RUN apk add --update --no-cache ca-certificates curl git openssl sqlite tar tzdata \ +RUN apk add --update --no-cache ca-certificates curl git openssl sqlite tar tzdata iproute2 \ && adduser -D -h /home/container container USER container