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 bd69bec commit 2730168
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
@@ -1,7 +1,7 @@
FROM adoptopenjdk/openjdk11:jdk-11.0.11_9-alpine

#RUN apk add --no-cache libstdc++=11.2.1_git20220219-r2 --repository https://dl-cdn.alpinelinux.org/alpine/v3.16/main --allow-untrusted
RUN apk update && apk add supervisor wget ca-certificates curl libstdc++=11.2.1_git20220219-r2 python3 py3-pip py3-wheel
RUN apk update && apk add supervisor wget ca-certificates curl libstdc++ python3 py3-pip py3-wheel
RUN apk info libstdc++

RUN python3 -m pip install --upgrade pip
Expand Down

0 comments on commit 2730168

Please sign in to comment.