Update dockerfile

pull/8/head
SuperDev 3 years ago committed by GitHub
parent 744130eb1a
commit 030ed057a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 \

Loading…
Cancel
Save