From 3d68552da5deea0fd4e5580696ffd424ca40558f Mon Sep 17 00:00:00 2001 From: Matthew Penner Date: Fri, 9 Apr 2021 16:04:30 -0600 Subject: [PATCH] add g++ and gcc to python images --- python3.10/Dockerfile | 2 +- python3.7/Dockerfile | 2 +- python3.8/Dockerfile | 2 +- python3.9/Dockerfile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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