missing install
This commit is contained in:
parent
f0cd084738
commit
f105f70ded
@ -12,7 +12,7 @@ before_script:
|
||||
- apt-get install git -yqq
|
||||
|
||||
# Install php-gd
|
||||
- apt-get -yqq libfreetype6-dev libjpeg62-turbo-dev libpng-dev
|
||||
- apt-get install libfreetype6-dev libjpeg62-turbo-dev libpng-dev -yqq
|
||||
- docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/
|
||||
- docker-php-ext-install -j$(nproc) gd
|
||||
|
||||
|
Reference in New Issue
Block a user