add g++ and gcc to python images
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user