Skip to content

Commit 08dabc2

Browse files
authored
Merge pull request #8 from Ayesh/merge-onatal-deps
Merge LinkORB/Onatal-specific dependencies to the base docker images
2 parents cf96e86 + 33001dd commit 08dabc2

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

Dockerfile.php7

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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

6367
RUN 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/*

Dockerfile.php8

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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

6367
RUN 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/*

0 commit comments

Comments
 (0)