We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad03ec4 commit de29e5dCopy full SHA for de29e5d
Dockerfile
@@ -1,14 +1,10 @@
1
-ARG COMPOSER_VERSION="2.8.4"
2
ARG PHP_IMAGE=8.1-cli-alpine3.19
3
4
-FROM composer:${COMPOSER_VERSION} AS composer_stage
5
FROM --platform=${TARGETPLATFORM:-linux/amd64} php:${PHP_IMAGE}
6
7
ENV TZ="UTC"
8
-ENV COMPOSER_ALLOW_SUPERUSER=1
9
10
COPY --from=ghcr.io/mlocati/php-extension-installer /usr/bin/install-php-extensions /usr/local/bin/install-php-extensions
11
-COPY --from=composer_stage /usr/bin/composer /usr/bin/composer
12
13
ARG XDEBUG_ENABLED=false
14
ARG PROTOBUF_VERSION="4.29.1"
0 commit comments