Giter Site home page Giter Site logo

Comments (3)

moufmouf avatar moufmouf commented on July 18, 2024

Just to be sure I understand your issue...

The slim image does NOT contain the imagick extension (it contains absolutely no extension out of the box). The idea of the slim image is that it should be used in a Dockerfile to build a new image that contains only the extensions you want.

Dockerfile

ARG PHP_EXTENSIONS="imagick"
FROM thecodingmachine/php:7.2-v2-slim-apache

The image built with the Dockerfile above should contain imagick. Did you try building such an image?

from docker-images-php.

jobleadsorder avatar jobleadsorder commented on July 18, 2024
Status: Downloaded newer image for thecodingmachine/php:7.2-v2-slim-apache
# Executing 3 build triggers
 ---> Running in 23356125aa09
Removing intermediate container 23356125aa09
 ---> Running in d73fd542b82d
Removing intermediate container d73fd542b82d
 ---> Running in af6fb8708f99
*** Installing extensions ***
array(1) {
  [0]=>
  string(7) "imagick"
}
The following extension(s) is not supported: imagick
Supported extensions: amqp, apcu, ast, bcmath, blackfire, bz2, calendar, dba, enchant, ev, event, exif, gd, gettext, gmp, gnupg, igbinary, imap, intl, ldap, mcrypt, memcached, mongodb, mysqli, opcache, pcntl, pdo, pdo_dblib, pdo_mysql, pdo_pgsql, pgsql, pspell, redis, shmop, snmp, soap, sockets, sysvmsg, sysvsem, sysvshm, tidy, wddx, weakref, xdebug, xmlrpc, xsl, yaml, zip
The command '/bin/sh -c sudo PHP_EXTENSIONS="$PHP_EXTENSIONS" php /usr/local/bin/install_selected_extensions.php' returned a non-zero code: 1

from docker-images-php.

tworzenieweb avatar tworzenieweb commented on July 18, 2024

sorry wrong account but the output is the same - the build is not allowing me to chose that particular extension

from docker-images-php.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.