diff --git a/java/11/Dockerfile b/java/11/Dockerfile index ce33f29..8caf6fb 100644 --- a/java/11/Dockerfile +++ b/java/11/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 fontconfig git openssl sqlite tar tzdata \ +RUN apk add --update --no-cache libstdc++ ca-certificates curl fontconfig git openssl sqlite tar tzdata \ && adduser -D -h /home/container container USER container diff --git a/java/11j9/Dockerfile b/java/11j9/Dockerfile index a566bfa..1b179ff 100644 --- a/java/11j9/Dockerfile +++ b/java/11j9/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 fontconfig git openssl sqlite tar tzdata \ +RUN apk add --update --no-cache libstdc++ ca-certificates curl fontconfig git openssl sqlite tar tzdata \ && adduser -D -h /home/container container USER container diff --git a/java/16/Dockerfile b/java/16/Dockerfile index 88a6f1e..7e0a9d3 100644 --- a/java/16/Dockerfile +++ b/java/16/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 fontconfig git openssl sqlite tar tzdata \ +RUN apk add --update --no-cache libstdc++ ca-certificates curl fontconfig git openssl sqlite tar tzdata \ && adduser -D -h /home/container container USER container diff --git a/java/16j9/Dockerfile b/java/16j9/Dockerfile index 3e9bca8..796bcb5 100644 --- a/java/16j9/Dockerfile +++ b/java/16j9/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 fontconfig git openssl sqlite tar tzdata \ +RUN apk add --update --no-cache libstdc++ ca-certificates curl fontconfig git openssl sqlite tar tzdata \ && adduser -D -h /home/container container USER container diff --git a/java/8/Dockerfile b/java/8/Dockerfile index ca967be..80860f8 100644 --- a/java/8/Dockerfile +++ b/java/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 fontconfig git openssl sqlite tar tzdata \ +RUN apk add --update --no-cache libstdc++ ca-certificates curl fontconfig git openssl sqlite tar tzdata \ && adduser -D -h /home/container container USER container diff --git a/java/8j9/Dockerfile b/java/8j9/Dockerfile index 4b7be91..be86baa 100644 --- a/java/8j9/Dockerfile +++ b/java/8j9/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 fontconfig git openssl sqlite tar tzdata \ +RUN apk add --update --no-cache libstdc++ ca-certificates curl fontconfig git openssl sqlite tar tzdata \ && adduser -D -h /home/container container USER container