thanhcong2k7

Results 2 comments of thanhcong2k7

IDK, mine just says that it didn't even find the file "alpha-release". Seems like a problem with file encoding or anything else..?

Okay, just fixed by running these commands: ``` apk add --no-cache wget ca-certificates wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.35-r1/glibc-2.35-r1.apk apk add --allow-untrusted glibc-2.35-r1.apk sudo mkdir -p /lib64 sudo ln...