Skip to content

Commit de29e5d

Browse files
committed
Remove composer
1 parent ad03ec4 commit de29e5d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
1-
ARG COMPOSER_VERSION="2.8.4"
21
ARG PHP_IMAGE=8.1-cli-alpine3.19
32

4-
FROM composer:${COMPOSER_VERSION} AS composer_stage
53
FROM --platform=${TARGETPLATFORM:-linux/amd64} php:${PHP_IMAGE}
64

75
ENV TZ="UTC"
8-
ENV COMPOSER_ALLOW_SUPERUSER=1
96

107
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
128

139
ARG XDEBUG_ENABLED=false
1410
ARG PROTOBUF_VERSION="4.29.1"

0 commit comments

Comments
 (0)