mirror of
https://github.com/Supernova3339/anonupload.git
synced 2026-05-07 18:17:05 +02:00
Update dockerfile
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user