Skip to content

Commit

Permalink
Install libstdc++
Browse files Browse the repository at this point in the history
  • Loading branch information
jtongsbux committed Mar 30, 2024
1 parent 69e197e commit 479bde2
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 479bde2

Please sign in to comment.