Sign inSign up

ipfwd/php-extension-installer

By ipfwd

Updated 6 days ago

php-extension-installer script

Image
Languages & frameworks
Developer tools
1

8.3K

ipfwd/php-extension-installer repository overview

Overview

This Docker image is designed to streamline the process of installing PHP extensions using the PHP Extension Installer.

See more: https://github.com/mlocati/docker-php-extension-installer


Key Features:

  • Astra Linux is supported
  • Minimal Base Image: Uses scratch as the base image for a lightweight and secure container.
  • PHP Extension Installer: Easily install PHP extensions with a single command.
  • MIT License: Open-source and freely available for modification and distribution.
  • Efficient: Ensures optimal performance by only including necessary components.

Labels:

Usage: To use this image, you can copy the PHP Extension Installer script into your custom Docker image and use it to install PHP extensions. Here is a basic example to get you started:


FROM ipfwd/php-extended:8.4-zts-astra

COPY --from=ipfwd/php-extension-installer /usr/bin/install-php-extensions /usr/local/bin/

RUN install-php-extensions gd xdebug

Tag summary

Content type

Image

Digest

sha256:8669a45b3

Size

38.6 kB

Last updated

6 days ago

docker pull ipfwd/php-extension-installer