Skip to content

Commit

Permalink
[DockerImages] Add symfony cli
Browse files Browse the repository at this point in the history
  • Loading branch information
Arminek committed Nov 8, 2021
1 parent a26e613 commit 6a42f63
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions php/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,10 @@ 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
WORKDIR /symfony
RUN apt install -y wget
RUN wget https://get.symfony.com/cli/installer
RUN chmod +x installer
RUN bash installer
RUN mv /root/.symfony/bin/symfony /usr/local/bin/symfony
WORKDIR /

0 comments on commit 6a42f63

Please sign in to comment.