Skip to content

Commit 9363ad2

Browse files
committed
chore: update Dockerfile to install additional PHP extensions for enhanced functionality
1 parent 1997f76 commit 9363ad2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RUN apt-get update -y && apt-get install -y openssl zip unzip git curl
55

66
# Install PHP Extensions
77
RUN apt-get install -y libonig-dev libpq-dev
8-
RUN docker-php-ext-install pdo mbstring pdo_mysql
8+
RUN docker-php-ext-install pdo mbstring pdo_mysql bz2 intl curl gd mbstring gettext fileinfo exif zip ctype dom filter hash openssl pcre session tokenizer xml
99

1010
# Set Working Directory
1111
WORKDIR /app

0 commit comments

Comments
 (0)