Skip to content

Commit ab04f6e

Browse files
committed
[DockerImages] Add composer to php image
1 parent 6a00c36 commit ab04f6e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

php/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ RUN docker-php-ext-install intl
1313
RUN docker-php-ext-install pdo_mysql
1414
COPY php.ini $PHP_INI_DIR/php.ini
1515
ENV PHP_DATE_TIMEZONE="Europe/Warsaw"
16+
COPY --from=composer /usr/bin/composer /usr/bin/composer

0 commit comments

Comments
 (0)