File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ RUN apt-get update \
27
27
&& apt-get install -y apache2 php php-cli php-mbstring php-curl \
28
28
php-xml php-bcmath php-intl php-zip php-mysql php-pgsql php-json php-imagick php-gd php-memcached php-memcache \
29
29
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 \
31
31
# wkhtmltopdf
32
32
&& wget https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6-1/wkhtmltox_0.12.6-1.bionic_amd64.deb -P /tmp \
33
33
&& dpkg -i /tmp/wkhtmltox_0.12.6-1.bionic_amd64.deb \
@@ -60,4 +60,4 @@ RUN apt-get update \
60
60
EXPOSE 80 443
61
61
62
62
# By default, simply start apache.
63
- CMD ["/sbin/entrypoint.sh" ]
63
+ CMD ["/sbin/entrypoint.sh" ]
You can’t perform that action at this time.
0 commit comments