diff --git a/corretto/11/Dockerfile b/corretto/11/Dockerfile index 7cd5d98..5690a73 100644 --- a/corretto/11/Dockerfile +++ b/corretto/11/Dockerfile @@ -4,5 +4,7 @@ USER container ENV USER=container HOME=/home/container WORKDIR /home/container +RUN apk add --no-cache libstdc++ + COPY ./entrypoint.sh /entrypoint.sh CMD [ "/bin/ash", "/entrypoint.sh" ] diff --git a/corretto/17/Dockerfile b/corretto/17/Dockerfile index 37af9c3..1feeb09 100644 --- a/corretto/17/Dockerfile +++ b/corretto/17/Dockerfile @@ -4,5 +4,7 @@ USER container ENV USER=container HOME=/home/container WORKDIR /home/container +RUN apk add --no-cache libstdc++ + COPY ./entrypoint.sh /entrypoint.sh CMD [ "/bin/ash", "/entrypoint.sh" ] diff --git a/corretto/21/Dockerfile b/corretto/21/Dockerfile index 5521341..933cb19 100644 --- a/corretto/21/Dockerfile +++ b/corretto/21/Dockerfile @@ -4,5 +4,7 @@ USER container ENV USER=container HOME=/home/container WORKDIR /home/container +RUN apk add --no-cache libstdc++ + COPY ./entrypoint.sh /entrypoint.sh CMD [ "/bin/ash", "/entrypoint.sh" ] diff --git a/corretto/8/Dockerfile b/corretto/8/Dockerfile index 407284b..3fd70fd 100644 --- a/corretto/8/Dockerfile +++ b/corretto/8/Dockerfile @@ -4,5 +4,7 @@ USER container ENV USER=container HOME=/home/container WORKDIR /home/container +RUN apk add --no-cache libstdc++ + COPY ./entrypoint.sh /entrypoint.sh CMD [ "/bin/ash", "/entrypoint.sh" ] diff --git a/temurin/11/Dockerfile b/temurin/11/Dockerfile index 1a6438e..a056f90 100644 --- a/temurin/11/Dockerfile +++ b/temurin/11/Dockerfile @@ -4,5 +4,7 @@ USER container ENV USER=container HOME=/home/container WORKDIR /home/container +RUN apk add --no-cache libstdc++ + COPY ./entrypoint.sh /entrypoint.sh CMD [ "/bin/ash", "/entrypoint.sh" ] diff --git a/temurin/17/Dockerfile b/temurin/17/Dockerfile index 1d86080..5e9a973 100644 --- a/temurin/17/Dockerfile +++ b/temurin/17/Dockerfile @@ -4,5 +4,7 @@ USER container ENV USER=container HOME=/home/container WORKDIR /home/container +RUN apk add --no-cache libstdc++ + COPY ./entrypoint.sh /entrypoint.sh CMD [ "/bin/ash", "/entrypoint.sh" ] diff --git a/temurin/21/Dockerfile b/temurin/21/Dockerfile index 2abb76c..538c415 100644 --- a/temurin/21/Dockerfile +++ b/temurin/21/Dockerfile @@ -4,5 +4,7 @@ USER container ENV USER=container HOME=/home/container WORKDIR /home/container +RUN apk add --no-cache libstdc++ + COPY ./entrypoint.sh /entrypoint.sh CMD [ "/bin/ash", "/entrypoint.sh" ] diff --git a/temurin/8/Dockerfile b/temurin/8/Dockerfile index e7254a4..4e216e5 100644 --- a/temurin/8/Dockerfile +++ b/temurin/8/Dockerfile @@ -4,5 +4,7 @@ USER container ENV USER=container HOME=/home/container WORKDIR /home/container +RUN apk add --no-cache libstdc++ + COPY ./entrypoint.sh /entrypoint.sh CMD [ "/bin/ash", "/entrypoint.sh" ] diff --git a/zulu/11/Dockerfile b/zulu/11/Dockerfile index 45aed96..4f3b4ea 100644 --- a/zulu/11/Dockerfile +++ b/zulu/11/Dockerfile @@ -4,5 +4,7 @@ USER container ENV USER=container HOME=/home/container WORKDIR /home/container +RUN apk add --no-cache libstdc++ + COPY ./entrypoint.sh /entrypoint.sh CMD [ "/bin/ash", "/entrypoint.sh" ] diff --git a/zulu/17/Dockerfile b/zulu/17/Dockerfile index ef05314..1e27228 100644 --- a/zulu/17/Dockerfile +++ b/zulu/17/Dockerfile @@ -4,5 +4,7 @@ USER container ENV USER=container HOME=/home/container WORKDIR /home/container +RUN apk add --no-cache libstdc++ + COPY ./entrypoint.sh /entrypoint.sh CMD [ "/bin/ash", "/entrypoint.sh" ] diff --git a/zulu/21/Dockerfile b/zulu/21/Dockerfile index ca134a7..1f72f8c 100644 --- a/zulu/21/Dockerfile +++ b/zulu/21/Dockerfile @@ -4,5 +4,7 @@ USER container ENV USER=container HOME=/home/container WORKDIR /home/container +RUN apk add --no-cache libstdc++ + COPY ./entrypoint.sh /entrypoint.sh CMD [ "/bin/ash", "/entrypoint.sh" ] diff --git a/zulu/7/Dockerfile b/zulu/7/Dockerfile index 5a9a4f0..ff4afd0 100644 --- a/zulu/7/Dockerfile +++ b/zulu/7/Dockerfile @@ -4,5 +4,7 @@ USER container ENV USER=container HOME=/home/container WORKDIR /home/container +RUN apk add --no-cache libstdc++ + COPY ./entrypoint.sh /entrypoint.sh CMD [ "/bin/ash", "/entrypoint.sh" ] diff --git a/zulu/8/Dockerfile b/zulu/8/Dockerfile index a3dc156..bf99238 100644 --- a/zulu/8/Dockerfile +++ b/zulu/8/Dockerfile @@ -4,5 +4,7 @@ USER container ENV USER=container HOME=/home/container WORKDIR /home/container +RUN apk add --no-cache libstdc++ + COPY ./entrypoint.sh /entrypoint.sh CMD [ "/bin/ash", "/entrypoint.sh" ]