lmzml
lmzml
I see the same thing.  ```shell FROM alpine:3.18.3 MAINTAINER lmzml ENV VERSION_GLIBC="2.35-r1" ENV VERSION_ALIYUN="3.18" ENV URL_ALIYUN="http://mirrors.aliyun.com/alpine/v${VERSION_ALIYUN}" ENV URL_GLIBC="https://github.com/sgerrand/alpine-pkg-glibc/releases/download" ENV URL_PUB="https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub" RUN echo "${URL_ALIYUN}/main" > /etc/apk/repositories RUN echo "${URL_ALIYUN}/community" >>...
Excuse me, how can I avoid this error message? thank you!