We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1997f76 commit 9363ad2Copy full SHA for 9363ad2
Dockerfile
@@ -5,7 +5,7 @@ RUN apt-get update -y && apt-get install -y openssl zip unzip git curl
5
6
# Install PHP Extensions
7
RUN apt-get install -y libonig-dev libpq-dev
8
-RUN docker-php-ext-install pdo mbstring pdo_mysql
+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
9
10
# Set Working Directory
11
WORKDIR /app
0 commit comments