Class: Avmtrf1::Php::DockerImages::V5
- Inherits:
-
Base
- Object
- Avm::Docker::Image
- Docker::Image
- Base
- Avmtrf1::Php::DockerImages::V5
- Defined in:
- lib/avmtrf1/php/docker_images/v5.rb
Constant Summary collapse
- MCRYPT_INSTALL =
<<~CODE RUN docker-php-ext-install mcrypt CODE
- XDEBUG_PECL_PACKAGE =
'xdebug-2.5.5'
Constants inherited from Base
Base::GD_OPTIONS, Base::PLATFORM_STEREOTYPE_TAG
Instance Method Summary collapse
Methods inherited from Base
#gd_options, php_version, #platform_stereotype_tag, #write_in_provide_dir
Methods inherited from Docker::Image
#generator_version, #platform_stereotype_tag, #stereotype_tag
Instance Method Details
#mcrypt_install ⇒ Object
15 16 17 |
# File 'lib/avmtrf1/php/docker_images/v5.rb', line 15 def mcrypt_install MCRYPT_INSTALL end |
#xdebug_pecl_package ⇒ Object
19 20 21 |
# File 'lib/avmtrf1/php/docker_images/v5.rb', line 19 def xdebug_pecl_package XDEBUG_PECL_PACKAGE end |