-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Labels
questionUsability question, not directly related to an error with the imageUsability question, not directly related to an error with the image
Description
Unable to install php7-dev on latest php:7.4-fpm-alpine (alpine 3.16):
$ docker run -it --rm php:7.4-fpm-alpine apk add -U php7-dev
fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz
fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz
ERROR: unable to select packages:
php7-dev (no such package):
required by: world[php7-dev]
This previously worked in php:7.4-fpm-alpine3.15:
$ docker run -it --rm php:7.4-fpm-alpine3.15 apk add -U php7-dev
fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz
fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz
(1/20) Upgrading zlib (1.2.12-r0 -> 1.2.12-r1)
(2/20) Installing php7-common (7.4.29-r0)
(3/20) Installing libedit (20210910.3.1-r0)
(4/20) Installing pcre2 (10.39-r0)
(5/20) Installing php7 (7.4.29-r0)
(6/20) Installing m4 (1.4.18-r2)
(7/20) Installing libbz2 (1.0.8-r1)
(8/20) Installing perl (5.34.0-r1)
(9/20) Installing autoconf (2.71-r0)
(10/20) Installing pkgconf (1.8.0-r0)
(11/20) Installing ncurses-dev (6.3_p20211120-r0)
(12/20) Installing libedit-dev (20210910.3.1-r0)
(13/20) Installing zlib-dev (1.2.12-r1)
(14/20) Installing libpcre2-16 (10.39-r0)
(15/20) Installing libpcre2-32 (10.39-r0)
(16/20) Installing pcre2-dev (10.39-r0)
(17/20) Installing libgcc (10.3.1_git20211027-r0)
(18/20) Installing libstdc++ (10.3.1_git20211027-r0)
(19/20) Installing re2c (2.1.1-r0)
(20/20) Installing php7-dev (7.4.29-r0)
Executing busybox-1.34.1-r5.trigger
OK: 76 MiB in 52 packages
It looks like php7-dev is not in alpine 3.16: https://pkgs.alpinelinux.org/packages?name=php7-dev&branch=v3.16
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
questionUsability question, not directly related to an error with the imageUsability question, not directly related to an error with the image
