Skip to content

Commit

Permalink
[DockerImages] Add composer to php image
Browse files Browse the repository at this point in the history
  • Loading branch information
Arminek committed Nov 8, 2021
1 parent 6a00c36 commit ab04f6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions php/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ RUN docker-php-ext-install intl
RUN docker-php-ext-install pdo_mysql
COPY php.ini $PHP_INI_DIR/php.ini
ENV PHP_DATE_TIMEZONE="Europe/Warsaw"
COPY --from=composer /usr/bin/composer /usr/bin/composer

0 comments on commit ab04f6e

Please sign in to comment.