Update dockerfile

This commit is contained in:
SuperDev
2022-12-19 11:18:19 -06:00
committed by GitHub
parent 744130eb1a
commit 030ed057a8

View File

@@ -32,8 +32,7 @@ RUN a2enmod rewrite headers
# 4. start with base php config, then add extensions
RUN mv "$PHP_INI_DIR/php.ini-development" "$PHP_INI_DIR/php.ini"
RUN docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/ \
&& docker-php-ext-install gd
RUN docker-php-ext-configure gd && docker-php-ext-install gd
RUN docker-php-ext-install \
bz2 \