You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#27 0.062 #############################################################################################################
#27 0.062 # #
#27 0.062 # W A R N I N G ! ! ! #
#27 0.062 # #
#27 0.062 # You are using an unsupported method to get install-php-extensions! #
#27 0.062 # #
#27 0.062 # Please update the way you fetch it. Read the instructions at #
#27 0.062 # https://github.com/mlocati/docker-php-extension-installer#usage #
#27 0.062 # #
#27 0.062 # For example, if you get this script by fetching #
#27 0.062 # https://raw.githubusercontent.com/mlocati/docker-php-extension-installer/master/install-php-extensions #
#27 0.062 # replace it with #
#27 0.062 # https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions #
#27 0.062 # #
#27 0.062 # Sleeping for a while so you get bored of this and act ;) #
#27 0.062 # #
#27 0.062 #############################################################################################################
Docker image
php:8.1.31-fpm
Minimal Dockerfile
FROM mlocati/php-extension-installer:2.7.0 AS php_ext_installer
FROM php:8.1.31-fpm
COPY --from=php_ext_installer /usr/bin/install-php-extensions /usr/bin/
RUN install-php-extensions apcu
The text was updated successfully, but these errors were encountered:
Version of install-php-extensions
2.7.0
Error description
Docker image
php:8.1.31-fpm
Minimal Dockerfile
The text was updated successfully, but these errors were encountered: