Fix path in Dockerfile
This commit is contained in:
parent
c598c4b4a8
commit
804a7d10c4
1 changed files with 1 additions and 1 deletions
|
|
@ -22,6 +22,6 @@ RUN apk --no-cache add ca-certificates curl
|
||||||
RUN curl -o /etc/apk/keys/sgerrand.rsa.pub -sL https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub
|
RUN curl -o /etc/apk/keys/sgerrand.rsa.pub -sL https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub
|
||||||
RUN curl -sLO https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.29-r0/glibc-2.29-r0.apk
|
RUN curl -sLO https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.29-r0/glibc-2.29-r0.apk
|
||||||
RUN apk add glibc-2.29-r0.apk
|
RUN apk add glibc-2.29-r0.apk
|
||||||
COPY --from=BASE /usr/local/bin/clj-kondo /usr/local/bin
|
COPY --from=BASE /usr/local/bin/bb /usr/local/bin
|
||||||
ENV LD_LIBRARY_PATH /lib
|
ENV LD_LIBRARY_PATH /lib
|
||||||
CMD ["bb"]
|
CMD ["bb"]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue