Skip to content

Commit

Permalink
Add libstdc++ package to Dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
Maks1116 committed May 27, 2024
1 parent e940751 commit 89aaf87
Show file tree
Hide file tree
Showing 13 changed files with 26 additions and 0 deletions.
2 changes: 2 additions & 0 deletions corretto/11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
2 changes: 2 additions & 0 deletions corretto/17/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
2 changes: 2 additions & 0 deletions corretto/21/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
2 changes: 2 additions & 0 deletions corretto/8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
2 changes: 2 additions & 0 deletions temurin/11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
2 changes: 2 additions & 0 deletions temurin/17/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
2 changes: 2 additions & 0 deletions temurin/21/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
2 changes: 2 additions & 0 deletions temurin/8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
2 changes: 2 additions & 0 deletions zulu/11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
2 changes: 2 additions & 0 deletions zulu/17/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
2 changes: 2 additions & 0 deletions zulu/21/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
2 changes: 2 additions & 0 deletions zulu/7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
2 changes: 2 additions & 0 deletions zulu/8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]

0 comments on commit 89aaf87

Please sign in to comment.