File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,6 +34,10 @@ RUN apt-get update \
3434 zip \
3535 ca-certificates \
3636 gnupg \
37+ tidy \
38+ wkhtmltopdf \
39+ pdftk \
40+ libxml2-dev \
3741 && apt-get autoremove \
3842 && apt-get clean \
3943 && rm -rf /var/lib/apt/lists/*
@@ -61,7 +65,7 @@ RUN curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg \
6165 && rm -rf /var/lib/apt/lists/*
6266
6367RUN docker-php-ext-install bz2 \
64- && install-php-extensions apcu gd gmp intl opcache pdo_mysql pdo_pgsql sockets zip imap mailparse soap bcmath \
68+ && install-php-extensions apcu gd gmp intl opcache pdo_mysql pdo_pgsql sockets zip imap mailparse soap mysqli bcmath \
6569 && apt-get autoremove \
6670 && apt-get clean \
6771 && rm -rf /var/lib/apt/lists/*
Original file line number Diff line number Diff line change @@ -34,6 +34,10 @@ RUN apt-get update \
3434 zip \
3535 ca-certificates \
3636 gnupg \
37+ tidy \
38+ wkhtmltopdf \
39+ pdftk \
40+ libxml2-dev \
3741 && apt-get autoremove \
3842 && apt-get clean \
3943 && rm -rf /var/lib/apt/lists/*
@@ -61,7 +65,7 @@ RUN curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg \
6165 && rm -rf /var/lib/apt/lists/*
6266
6367RUN docker-php-ext-install bz2 \
64- && install-php-extensions apcu gd gmp intl opcache pdo_mysql pdo_pgsql sockets zip imap mailparse soap bcmath\
68+ && install-php-extensions apcu gd gmp intl opcache pdo_mysql pdo_pgsql sockets zip imap mailparse soap mysqli bcmath \
6569 && apt-get autoremove \
6670 && apt-get clean \
6771 && rm -rf /var/lib/apt/lists/*
You can’t perform that action at this time.
0 commit comments