diff --git a/python3.10/Dockerfile b/python3.10/Dockerfile index 26e6c6a..a2e19be 100644 --- a/python3.10/Dockerfile +++ b/python3.10/Dockerfile @@ -27,7 +27,7 @@ LABEL author="Matthew Penner" maintainer="matthew@pterodactyl.io" LABEL org.opencontainers.image.source="https://github.com/matthewpi/images" LABEL org.opencontainers.image.licenses=MIT -RUN apk add --update --no-cache ca-certificates curl ffmpeg git openssl sqlite tar tzdata \ +RUN apk add --update --no-cache ca-certificates curl ffmpeg g++ gcc git openssl sqlite tar tzdata \ && adduser -D -h /home/container container USER container diff --git a/python3.7/Dockerfile b/python3.7/Dockerfile index 37ae9d4..eb2ce19 100644 --- a/python3.7/Dockerfile +++ b/python3.7/Dockerfile @@ -27,7 +27,7 @@ LABEL author="Matthew Penner" maintainer="matthew@pterodactyl.io" LABEL org.opencontainers.image.source="https://github.com/matthewpi/images" LABEL org.opencontainers.image.licenses=MIT -RUN apk add --update --no-cache ca-certificates curl ffmpeg git openssl sqlite tar tzdata \ +RUN apk add --update --no-cache ca-certificates curl ffmpeg g++ gcc git openssl sqlite tar tzdata \ && adduser -D -h /home/container container USER container diff --git a/python3.8/Dockerfile b/python3.8/Dockerfile index a143524..cda0081 100644 --- a/python3.8/Dockerfile +++ b/python3.8/Dockerfile @@ -27,7 +27,7 @@ LABEL author="Matthew Penner" maintainer="matthew@pterodactyl.io" LABEL org.opencontainers.image.source="https://github.com/matthewpi/images" LABEL org.opencontainers.image.licenses=MIT -RUN apk add --update --no-cache ca-certificates curl ffmpeg git openssl sqlite tar tzdata \ +RUN apk add --update --no-cache ca-certificates curl ffmpeg g++ gcc git openssl sqlite tar tzdata \ && adduser -D -h /home/container container USER container diff --git a/python3.9/Dockerfile b/python3.9/Dockerfile index e66ec36..5293b85 100644 --- a/python3.9/Dockerfile +++ b/python3.9/Dockerfile @@ -27,7 +27,7 @@ LABEL author="Matthew Penner" maintainer="matthew@pterodactyl.io" LABEL org.opencontainers.image.source="https://github.com/matthewpi/images" LABEL org.opencontainers.image.licenses=MIT -RUN apk add --update --no-cache ca-certificates curl ffmpeg git openssl sqlite tar tzdata \ +RUN apk add --update --no-cache ca-certificates curl ffmpeg g++ gcc git openssl sqlite tar tzdata \ && adduser -D -h /home/container container USER container