class Pd1Tools::Php::DockerImages::Base
def gd_options
def gd_options GD_OPTIONS.join(' ') end
def php_dist_curl_args
-
(String)
-
def php_dist_curl_args '-sS "https://www.php.net/distributions/php-$PHP_VERSION.tar.gz"' end
def php_version
-
(Gem::Version)
-
def php_version const_get('PHP_VERSION') end
def platform_stereotype_tag
def platform_stereotype_tag PLATFORM_STEREOTYPE_TAG end
def write_in_provide_dir
def write_in_provide_dir ::Pd1Tools::Php::DockerImages::Base.template.apply(self, provide_dir) end
def xdebug_install
-
(String)
-
def xdebug_install "RUN pecl install #{xdebug_pecl_package}" end