Skip to content

Commit

Permalink
feat: install PHP intl extension
Browse files Browse the repository at this point in the history
The extension is required by the SDK generator. Without it, the SDK generator
would throw an error like:

    Class Normalizer not found
  • Loading branch information
stnguyen90 committed Mar 21, 2024
1 parent 2292bae commit a571e71
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 @@ -191,7 +191,7 @@ RUN \
docker-cli \
libgomp \
git \
&& docker-php-ext-install sockets pdo_mysql pdo_pgsql \
&& docker-php-ext-install sockets pdo_mysql pdo_pgsql intl \
&& apk del .deps \
&& rm -rf /var/cache/apk/*

Expand Down

0 comments on commit a571e71

Please sign in to comment.