Answer the question
In order to leave comments, you need to log in
How to compose PHP7 Dockerfile with intl and ICU version 55.1?
Have a Dockerfile
FROM php:7.0-fpm
RUN apt-get update \
&& apt-get install -y libicu55 \
&& docker-php-ext-install -j$(nproc) intl
Answer the question
In order to leave comments, you need to log in
It is necessary to find a repository for the distribution kit used with the required software version, and register it in /etc/apt/sources.list
And then install the required package with the version in the future.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question