Thank me later: How to install PHP ext-intl in docker on Alpine Linux
I've just spent two hours talking to the duck. I hope this post will avoid the same for you. This is how I got the intl extension installed in docker on Alpine Linux:
RUN set -xe \
&& apk add --update \
icu \
&& apk add --no-cache --v...
spekulatius.hashnode.dev2 min read