fix: remove useless option
This commit is contained in:
parent
be3de753c3
commit
180e0e8cd7
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ RUN apt-get update \
|
|||
&& docker-php-ext-install -j$(nproc) iconv \
|
||||
&& docker-php-ext-configure intl \
|
||||
&& docker-php-ext-install -j$(nproc) intl \
|
||||
&& docker-php-ext-configure gd --with-freetype=/usr/include/ --with-jpeg=/usr/include/ --with-png=/usr/include/ \
|
||||
&& docker-php-ext-configure gd --with-freetype=/usr/include/ --with-jpeg=/usr/include/ \
|
||||
&& docker-php-ext-install -j$(nproc) gd \
|
||||
&& docker-php-ext-install pdo pdo_mysql mysqli \
|
||||
&& docker-php-ext-install calendar \
|
||||
|
|
Loading…
Reference in a new issue