Skip to content

Commit 10af815

Browse files
committed
add composer
1 parent 30fdc62 commit 10af815

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ RUN apt-get update \
2727
&& apt-get install -y apache2 php php-cli php-mbstring php-curl \
2828
php-xml php-bcmath php-intl php-zip php-mysql php-pgsql php-json php-imagick php-gd php-memcached php-memcache \
2929
libapache2-mod-php php7.2-dev php-pear phpunit libz-dev composer \
30-
libfontenc1 x11-common xfonts-75dpi xfonts-base xfonts-encodings xfonts-utils fontconfig libxrender1 \
30+
libfontenc1 x11-common xfonts-75dpi xfonts-base xfonts-encodings xfonts-utils fontconfig libxrender1 composer \
3131
# wkhtmltopdf
3232
&& wget https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6-1/wkhtmltox_0.12.6-1.bionic_amd64.deb -P /tmp \
3333
&& dpkg -i /tmp/wkhtmltox_0.12.6-1.bionic_amd64.deb \
@@ -60,4 +60,4 @@ RUN apt-get update \
6060
EXPOSE 80 443
6161

6262
# By default, simply start apache.
63-
CMD ["/sbin/entrypoint.sh"]
63+
CMD ["/sbin/entrypoint.sh"]

0 commit comments

Comments
 (0)