Skip to content

Commit

Permalink
Merge pull request #1280 from Wind010/master
Browse files Browse the repository at this point in the history
Install libstdc++ to fix issue 1279
  • Loading branch information
commjoen authored Mar 30, 2024
2 parents 69e197e + 45357e3 commit 406fdbc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM amazoncorretto:21.0.2-alpine
FROM amazoncorretto:22.0.0-alpine

ARG argBasedPassword="default"
ARG argBasedVersion="1.8.4"
Expand All @@ -15,6 +15,8 @@ RUN echo "2vars"
RUN echo "$ARG_BASED_PASSWORD"
RUN echo "$argBasedPassword"

RUN apk add --no-cache libstdc++

# RUN useradd -u 2000 -m wrongsecrets
RUN adduser -u 2000 -D wrongsecrets
USER wrongsecrets
Expand Down

0 comments on commit 406fdbc

Please sign in to comment.