Skip to content

Commit

Permalink
Merge pull request #8 from Ayesh/merge-onatal-deps
Browse files Browse the repository at this point in the history
Merge LinkORB/Onatal-specific dependencies to the base docker images
  • Loading branch information
joostfaassen authored Sep 18, 2024
2 parents cf96e86 + 33001dd commit 08dabc2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion Dockerfile.php7
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ RUN apt-get update \
zip \
ca-certificates \
gnupg \
tidy \
wkhtmltopdf \
pdftk \
libxml2-dev \
&& apt-get autoremove \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
Expand Down Expand Up @@ -61,7 +65,7 @@ RUN curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg \
&& rm -rf /var/lib/apt/lists/*

RUN docker-php-ext-install bz2 \
&& install-php-extensions apcu gd gmp intl opcache pdo_mysql pdo_pgsql sockets zip imap mailparse soap bcmath \
&& install-php-extensions apcu gd gmp intl opcache pdo_mysql pdo_pgsql sockets zip imap mailparse soap mysqli bcmath \
&& apt-get autoremove \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
Expand Down
6 changes: 5 additions & 1 deletion Dockerfile.php8
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ RUN apt-get update \
zip \
ca-certificates \
gnupg \
tidy \
wkhtmltopdf \
pdftk \
libxml2-dev \
&& apt-get autoremove \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
Expand Down Expand Up @@ -61,7 +65,7 @@ RUN curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg \
&& rm -rf /var/lib/apt/lists/*

RUN docker-php-ext-install bz2 \
&& install-php-extensions apcu gd gmp intl opcache pdo_mysql pdo_pgsql sockets zip imap mailparse soap bcmath\
&& install-php-extensions apcu gd gmp intl opcache pdo_mysql pdo_pgsql sockets zip imap mailparse soap mysqli bcmath \
&& apt-get autoremove \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 08dabc2

Please sign in to comment.