Skip to content

Commit

Permalink
Install libicu-dev, which is required to build php-intl
Browse files Browse the repository at this point in the history
  • Loading branch information
mpdude committed May 2, 2023
1 parent 01fc9a6 commit 8353b4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ RUN apt-get update && apt-get install -y libzip4

FROM base as build_extensions

RUN apt-get update && apt-get install -y libzip-dev \
RUN apt-get update && apt-get install -y libzip-dev libicu-dev \
&& docker-php-ext-install gettext zip intl \
&& docker-php-ext-enable gettext zip intl

Expand Down

0 comments on commit 8353b4e

Please sign in to comment.