[skip ci] Mark the sgerrand/alpine-pkg-glibc issue as a TODO
This commit is contained in:
parent
a24c8fa197
commit
4c1da7d242
1 changed files with 2 additions and 0 deletions
|
|
@ -4,6 +4,8 @@ COPY bb /bin/bb
|
|||
|
||||
RUN chmod +x /bin/bb
|
||||
|
||||
# TODO: See https://github.com/sgerrand/alpine-pkg-glibc/issues/185 and remove the `--force-overwrite`s when resolved.
|
||||
|
||||
RUN apk --no-cache add curl ca-certificates tar && \
|
||||
curl -Ls https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.28-r0/glibc-2.28-r0.apk > /tmp/glibc-2.28-r0.apk && \
|
||||
apk add --allow-untrusted --force-overwrite /tmp/glibc-2.28-r0.apk
|
||||
|
|
|
|||
Loading…
Reference in a new issue