Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
YannicHock authored Mar 6, 2023
1 parent 696fb06 commit f50699f
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,6 +1,6 @@
FROM adoptopenjdk/openjdk11:jdk-11.0.11_9-alpine

RUN apk update && apk add supervisor && apk add wget && apk add ca-certificates && apk add curl && apk add libstdc++6
RUN apk update && apk add supervisor && apk add wget && apk add ca-certificates && apk add curl && apk add gcc-4.9 && apk add libstdc++6

WORKDIR app

Expand Down

0 comments on commit f50699f

Please sign in to comment.