alpinelinux / docker-alpine

Official Alpine Linux Docker image. Win at minimalism!
MIT License
1.04k stars 261 forks source link

Alpine 3.13 fails to install ttf-google-opensans #265

Closed a-hodson closed 1 year ago

a-hodson commented 1 year ago

It seems like ttf-google-opensans was removed from this version at some point but I can't find any history of this. Some of our resources are dependent on this font at the moment. Any insight as to what happened to this package or what I can do to fix this would be appreciated.

Output:

`Step 16/21 : RUN apk add libgdiplus ttf-google-opensans --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing ---> Running in 9ef51f39440c fetch http://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz ERROR: unable to select packages: ttf-google-opensans (no such package): required by: world[ttf-google-opensans] The command '/bin/sh -c apk add libgdiplus ttf-google-opensans --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing' returned a non-zero code: 1

[error]Bash exited with code '1'.

`

a-hodson commented 1 year ago

https://gitlab.alpinelinux.org/alpine/aports/-/issues/14011