Skip to content

Commit 9dfecf1

Browse files
committed
add Symfony Installer
1 parent 5671ffa commit 9dfecf1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ RUN echo "extension=memcached.so" >> /usr/local/etc/php/conf.d/memcached.ini
3838
COPY phpfpm-foreground /usr/local/bin/
3939
RUN chmod +x /usr/local/bin/phpfpm-foreground
4040

41+
RUN curl -LsS http://symfony.com/installer -o /usr/local/bin/symfony
42+
RUN chmod a+x /usr/local/bin/symfony
43+
4144
WORKDIR /var/www/html
4245

4346
EXPOSE 9000

0 commit comments

Comments
 (0)