alpinelinux / docker-alpine

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

ruby-full has dependency issue in 3.20 #397

Closed yo1995 closed 1 month ago

yo1995 commented 1 month ago

While not exactly related to the image itself, I'm seeing the following error for ruby-full apk.

FROM alpine:latest
RUN echo "**** Install Ruby ****" && \
    apk add --no-cache ruby-full
# Below omitted…
  #12 0.496 ERROR: unable to select packages:
  #12 0.498   ruby-rbs-3.3.2-r0:
  #12 0.498     breaks: ruby-full-3.3.1-r0[ruby-rbs>=3.4.0]
  #12 0.498     satisfies: ruby-typeprof-0.21.11-r0[ruby-rbs]

I've contacted the maintainer listed here; meanwhile use this tracking issue to inform others who see this problem as well.

yo1995 commented 1 month ago

Fixed.