diff --git a/python/3.7/Dockerfile b/python/3.7/Dockerfile index e03933d..02be4ee 100644 --- a/python/3.7/Dockerfile +++ b/python/3.7/Dockerfile @@ -27,7 +27,7 @@ LABEL author="Matthew Penner" maintainer="matthew@pterodactyl.io" 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 ffmpeg g++ gcc git openssl sqlite tar tzdata \ +RUN apk add --update --no-cache cmake make ca-certificates curl ffmpeg g++ gcc git openssl sqlite tar tzdata \ && adduser -D -h /home/container container USER container diff --git a/python/3.8/Dockerfile b/python/3.8/Dockerfile index cae484e..c254b46 100644 --- a/python/3.8/Dockerfile +++ b/python/3.8/Dockerfile @@ -27,7 +27,7 @@ LABEL author="Matthew Penner" maintainer="matthew@pterodactyl.io" 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 ffmpeg g++ gcc git openssl sqlite tar tzdata \ +RUN apk add --update --no-cache cmake make ca-certificates curl ffmpeg g++ gcc git openssl sqlite tar tzdata \ && adduser -D -h /home/container container USER container diff --git a/python/3.9/Dockerfile b/python/3.9/Dockerfile index 7c96005..99d38c1 100644 --- a/python/3.9/Dockerfile +++ b/python/3.9/Dockerfile @@ -27,7 +27,7 @@ LABEL author="Matthew Penner" maintainer="matthew@pterodactyl.io" 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 ffmpeg g++ gcc git openssl sqlite tar tzdata \ +RUN apk add --update --no-cache cmake make ca-certificates curl ffmpeg g++ gcc git openssl sqlite tar tzdata \ && adduser -D -h /home/container container USER container