richarvey / nginx-php-fpm

Nginx and php-fpm for dockerhub builds
https://hub.docker.com/repository/docker/richarvey/nginx-php-fpm/general
GNU General Public License v3.0
1.66k stars 852 forks source link

gnu-iconv not found #252

Closed mims92 closed 2 years ago

mims92 commented 5 years ago

Hello,

I've an error when building the image at line RUN apk add --no-cache --repository http://dl-3.alpinelinux.org/alpine/edge/testing gnu-iconv:

ERROR: unsatisfiable constraints: gnu-iconv (missing): required by: world[gnu-iconv]

How can install it as it seems it's not in the alpine repo anymore.

Thank you

mims92 commented 5 years ago

Repo has changed. Here is the working line

RUN apk update && apk add --no-cache --repository http://dl-3.alpinelinux.org/alpine/edge/community gnu-libiconv