wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.35-r1/glibc-bin-2.35-r1.apk wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.35-r1/glibc-i18n-2.35-r1.apk apk add glibc-bin-2.35-r1.apk glibc-i18n-2.35-r1.apk /usr/glibc-compat/bin/localedef...
wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.31-r0/glibc-2.31-r0.apk apk add glibc-2.31-r0.apk Please Note The URL of the public signing key has changed! Any previous reference tohttps://raw.githubusercontent.com/sgerrand/alpine-pkg-glibc/master/sgerrand.rsa.pub...
sgerrand/alpine-pkg-glibcPublic Sponsor NotificationsYou must be signed in to change notification settings Fork283 Star2.1k Code Issues44 Pull requests6 Actions Projects Wiki Security Insights Additional navigation options 13 Apr 14:35 sgerrand ...
大肥鸡/alpine-pkg-glibc forked from lizhipeng/alpine-pkg-glibc 确定同步? 同步操作将从 lizhipeng/alpine-pkg-glibc 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!! 确定后同步将在后台操作,完成时将刷新页面,请耐心等待。 删除在远程仓库中不存在的分支和标签 同步Wiki (当前仓...
sgerrand/alpine-pkg-glibc Sponsor Watch50 Star1.2k Fork161 Code Issues28 Pull requests1 Actions Projects Security Insights More Automate your workflow from idea to production GitHub Actions makes it easy to automate all your software workflows, now with world-class CI/CD. Build, test, and deploy...
https://github.com/sgerrand/alpine-pkg-glibc glibc-2.32-r0 installed size: 9404416 now glibc installed bash-5.0# ldd --version musl libc (x86_64) Version 1.1.24 Dynamic Program Loader Usage: /lib/ld-musl-x86_64.so.1 [options] [--] pathname ...
FROMalpine:3.17.2RUNwget -q -O /etc/apk/keys/sgerrand.rsa.pub https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pubRUNwget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.35-r0/glibc-2.35-r0.apkRUNwget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.35-r0...
FROM alpine:3.17.2 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.31-r0/glibc-2.31-r0.apk RUN wget https://github.com/sgerrand/alpine-pkg-glibc/releases/downlo...
Documentation GitHub Skills Blog Solutions Open Source GitHub Sponsors Fund open source developers The ReadME Project GitHub community articles Repositories Topics Trending Collections Enterprise sgerrand/alpine-pkg-glibcPublic Sponsor NotificationsYou must be signed in to change notification settings ...
Hey there, I'm trying to take advantage of your work to trim down the size of the Docker image for TaskLite. Here's the relevant part of my Dockerfile: FROM frolvlad/alpine-glibc:alpine-3.13 RUN apk --no-cache add gmp=6.2.1-r0 COPY --fro...