Advertisement
Guest User

Untitled

a guest
Dec 6th, 2019
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.49 KB | None | 0 0
  1. Processing triggers for libc-bin (2.28-10) ...
  2. Setting up libgdk-pixbuf2.0-dev:amd64 (2.38.1+dfsg-1) ...
  3. Setting up libcairo2-dev:amd64 (1.16.0-4) ...
  4. Setting up librsvg2-dev:amd64 (2.44.10-2.1) ...
  5. Setting up libmagickcore-6.q16-dev:amd64 (8:6.9.10.23+dfsg-2.1) ...
  6. Setting up libmagickwand-6.q16-dev:amd64 (8:6.9.10.23+dfsg-2.1) ...
  7. Setting up libmagickwand-dev (8:6.9.10.23+dfsg-2.1) ...
  8. Processing triggers for libgdk-pixbuf2.0-0:amd64 (2.38.1+dfsg-1) ...
  9. Generating locales (this might take a while)...
  10. en_US.ISO-8859-1... done
  11. en_US.ISO-8859-15... done
  12. en_US.UTF-8... done
  13. Generation complete.
  14. Configuring for:
  15. PHP Api Version: 20180731
  16. Zend Module Api No: 20180731
  17. Zend Extension Api No: 320180731
  18. configure: error: unrecognized options: --enable-freetype
  19. ERROR: Service 'app' failed to build: The command '/bin/sh -c apt-get update && apt-get install -y --no-install-recommends apt-utils && apt-get install -y --no-install-recommends git gosu optipng pngquant jpegoptim gifsicle libpq-dev libsqlite3-dev locales zip unzip libzip-dev libcurl4-openssl-dev libfreetype6 libicu-dev libjpeg62-turbo libpng16-16 libxpm4 libwebp6 libmagickwand-6.q16-6 libfreetype6-dev libjpeg62-turbo-dev libpng-dev libxpm-dev libwebp-dev libmagickwand-dev mariadb-client && sed -i '/en_US/s/^#//g' /etc/locale.gen && locale-gen && update-locale && docker-php-source extract && docker-php-ext-configure gd --enable-freetype --with-jpeg-dir=/usr/lib/x86_64-linux-gnu/ --with-xpm-dir=/usr/lib/x86_64-linux-gnu/ --with-webp-dir=/usr/lib/x86_64-linux-gnu/ && docker-php-ext-install pdo_mysql pdo_pgsql pdo_sqlite pcntl gd exif bcmath intl zip curl && pecl install imagick && docker-php-ext-enable imagick pcntl imagick gd exif zip curl && a2enmod rewrite remoteip && { echo RemoteIPHeader X-Real-IP ; echo RemoteIPTrustedProxy 10.0.0.0/8 ; echo RemoteIPTrustedProxy 172.16.0.0/12 ; echo RemoteIPTrustedProxy 192.168.0.0/16 ; echo SetEnvIf X-Forwarded-Proto "https" HTTPS=on ; } > /etc/apache2/conf-available/remoteip.conf && a2enconf remoteip && curl -LsS https://getcomposer.org/download/${COMPOSER_VERSION}/composer.phar -o /usr/bin/composer && echo "${COMPOSER_CHECKSUM} /usr/bin/composer" | sha256sum -c - && chmod 755 /usr/bin/composer && apt-get autoremove --purge -y libfreetype6-dev libjpeg62-turbo-dev libpng-dev libxpm-dev libvpx-dev libmagickwand-dev && rm -rf /var/cache/apt && docker-php-source delete' returned a non-zero code: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement