Skip to content

Commit

Permalink
Merge pull request #358 from bhagyasakalanka/alpine-libc
Browse files Browse the repository at this point in the history
Forcefully install glibc in alpine 3.16
  • Loading branch information
bhagyasakalanka authored Sep 14, 2022
2 parents e46cbb3 + 3216f39 commit e7b7510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/jdk8/alpine/is/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ RUN apk --no-progress --purge --no-cache upgrade \

RUN curl -o /etc/apk/keys/sgerrand.rsa.pub https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub \
&& curl -LO https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.32-r0/glibc-2.32-r0.apk \
&& apk add glibc-2.32-r0.apk
&& apk add --force-overwrite glibc-2.32-r0.apk

#Install JDK8
RUN set -eux; \
Expand Down

0 comments on commit e7b7510

Please sign in to comment.