Skip to content

Commit

Permalink
Merge pull request #65 from LibreCodeCoop/feat/add-pending-extension
Browse files Browse the repository at this point in the history
Feat/add pending extension
  • Loading branch information
vitormattos authored Apr 8, 2024
2 parents 549ff72 + 449efa1 commit ffd4450
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 3 additions & 2 deletions .docker/Dockerfile.php80
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@ FROM php:8.0-fpm
RUN apt-get update \
&& apt-get install -y \
git \
jq \
libicu-dev \
libzip-dev \
procps \
rsync \
unzip \
# works with PDF files
ghostscript \
# cron
busybox-static \
&& mkdir -p /var/spool/cron/crontabs \
Expand All @@ -22,6 +21,7 @@ RUN chmod uga+x /usr/local/bin/install-php-extensions && sync \
apcu \
bcmath \
bz2 \
gettext \
gd \
gmp \
exif \
Expand All @@ -34,6 +34,7 @@ RUN chmod uga+x /usr/local/bin/install-php-extensions && sync \
pcntl \
pdo \
pdo_mysql \
pdo_pgsql \
pgsql \
redis \
sockets \
Expand Down
5 changes: 3 additions & 2 deletions .docker/Dockerfile.php81
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@ FROM php:8.1-fpm
RUN apt-get update \
&& apt-get install -y \
git \
jq \
libicu-dev \
libzip-dev \
procps \
rsync \
unzip \
# works with PDF files
ghostscript \
# cron
busybox-static \
&& mkdir -p /var/spool/cron/crontabs \
Expand All @@ -22,6 +21,7 @@ RUN chmod uga+x /usr/local/bin/install-php-extensions && sync \
apcu \
bcmath \
bz2 \
gettext \
gd \
gmp \
exif \
Expand All @@ -34,6 +34,7 @@ RUN chmod uga+x /usr/local/bin/install-php-extensions && sync \
pcntl \
pdo \
pdo_mysql \
pdo_pgsql \
pgsql \
redis \
sockets \
Expand Down
5 changes: 3 additions & 2 deletions .docker/Dockerfile.php82
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@ FROM php:8.2-fpm
RUN apt-get update \
&& apt-get install -y \
git \
jq \
libicu-dev \
libzip-dev \
procps \
rsync \
unzip \
# works with PDF files
ghostscript \
# cron
busybox-static \
&& mkdir -p /var/spool/cron/crontabs \
Expand All @@ -22,6 +21,7 @@ RUN chmod uga+x /usr/local/bin/install-php-extensions && sync \
apcu \
bcmath \
bz2 \
gettext \
gd \
gmp \
exif \
Expand All @@ -34,6 +34,7 @@ RUN chmod uga+x /usr/local/bin/install-php-extensions && sync \
pcntl \
pdo \
pdo_mysql \
pdo_pgsql \
pgsql \
redis \
sockets \
Expand Down

0 comments on commit ffd4450

Please sign in to comment.