Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
aantakli authored Mar 8, 2023
1 parent 24c28b2 commit 9142118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM adoptopenjdk/openjdk11:jdk-11.0.11_9-alpine
RUN apk update && apk add supervisor wget ca-certificates curl python3 py3-pip
#RUN apk add --upgrade libstdc++
RUN apk del libstdc++
RUN apk add --no-cache --repository https://dl-cdn.alpinelinux.org/alpine/v3.16/main/ libstdc++-11.2.1_git20220219-r2
RUN apk add --no-cache --repository https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64 libstdc++-11.2.1_git20220219-r2
RUN apk info libstdc++

WORKDIR app
Expand Down

0 comments on commit 9142118

Please sign in to comment.