Skip to content

Commit fa8dadf

Browse files
authored
Fix Dockerfile
1 parent 1f38570 commit fa8dadf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docker/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ FROM php:8.3-cli-bookworm
66

77
RUN apt-get update && apt-get install -y \
88
unzip \
9+
libicu-dev \
910
# PostgreSQL
1011
libpq-dev \
1112
# MSSQL
@@ -65,6 +66,8 @@ RUN docker-php-ext-install \
6566
pdo_mysql \
6667
pdo_pgsql \
6768
pcntl \
69+
bcmath \
70+
intl \
6871
# For Psalm, to make use of JIT for a 20%+ performance boost.
6972
opcache
7073

0 commit comments

Comments
 (0)