Skip to content

Commit

Permalink
Merge pull request #332 from juliushaertl/feat/excimer
Browse files Browse the repository at this point in the history
feat: Add excimer php extension
  • Loading branch information
juliusknorr authored Jun 26, 2024
2 parents b763260 + b8e5fbf commit dca6126
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile.php.template
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ RUN chmod +x /usr/local/bin/install-php-extensions
RUN install-php-extensions \
apcu \
bcmath \
excimer \
exif \
gd \
gmp \
Expand Down
1 change: 1 addition & 0 deletions docker/Dockerfile.php71
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ RUN chmod +x /usr/local/bin/install-php-extensions
RUN install-php-extensions \
apcu \
bcmath \
excimer \
exif \
gd \
gmp \
Expand Down
1 change: 1 addition & 0 deletions docker/Dockerfile.php72
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ RUN chmod +x /usr/local/bin/install-php-extensions
RUN install-php-extensions \
apcu \
bcmath \
excimer \
exif \
gd \
gmp \
Expand Down
1 change: 1 addition & 0 deletions docker/Dockerfile.php73
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ RUN chmod +x /usr/local/bin/install-php-extensions
RUN install-php-extensions \
apcu \
bcmath \
excimer \
exif \
gd \
gmp \
Expand Down
1 change: 1 addition & 0 deletions docker/Dockerfile.php74
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ RUN chmod +x /usr/local/bin/install-php-extensions
RUN install-php-extensions \
apcu \
bcmath \
excimer \
exif \
gd \
gmp \
Expand Down
1 change: 1 addition & 0 deletions docker/Dockerfile.php80
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ RUN chmod +x /usr/local/bin/install-php-extensions
RUN install-php-extensions \
apcu \
bcmath \
excimer \
exif \
gd \
gmp \
Expand Down
1 change: 1 addition & 0 deletions docker/Dockerfile.php81
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ RUN chmod +x /usr/local/bin/install-php-extensions
RUN install-php-extensions \
apcu \
bcmath \
excimer \
exif \
gd \
gmp \
Expand Down
1 change: 1 addition & 0 deletions docker/php82/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ RUN chmod +x /usr/local/bin/install-php-extensions
RUN install-php-extensions \
apcu \
bcmath \
excimer \
exif \
gd \
gmp \
Expand Down
1 change: 1 addition & 0 deletions docker/php83/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ RUN chmod +x /usr/local/bin/install-php-extensions
RUN install-php-extensions \
apcu \
bcmath \
excimer \
exif \
gd \
gmp \
Expand Down

0 comments on commit dca6126

Please sign in to comment.