Skip to content
Snippets Groups Projects
Unverified Commit e05dabe0 authored by chenk's avatar chenk Committed by GitHub
Browse files

chore: replace gclib alpine pkg (#1280)


* chore: replace gclib alpine pkg

Signed-off-by: default avatarchenk <hen.keinan@gmail.com>

* chore: replace gclib alpine pkg

Signed-off-by: default avatarchenk <hen.keinan@gmail.com>

Signed-off-by: default avatarchenk <hen.keinan@gmail.com>
parent 59760891
Branches
Tags
No related merge requests found
......@@ -26,8 +26,7 @@ RUN apk update && apk upgrade && apk --no-cache add openssl
# Add glibc for running oc command
RUN wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub
RUN wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.33-r0/glibc-2.33-r0.apk
RUN apk add glibc-2.33-r0.apk
RUN apk add gcompat
RUN apk add jq
ENV PATH=$PATH:/usr/local/mount-from-host/bin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment