Skip to content

Commit

Permalink
PHP 8.3 images (#18)
Browse files Browse the repository at this point in the history
* PHP 8.3 images

* Fix path to 8.3 images in GitHub actions

* Fix composer2 images
  • Loading branch information
theCapypara authored Feb 8, 2024
1 parent 78276d0 commit 1d11c44
Show file tree
Hide file tree
Showing 74 changed files with 2,441 additions and 206 deletions.
62 changes: 44 additions & 18 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,29 +14,42 @@ jobs:
fail-fast: false
matrix:
include:
- path: php/8.2/buster/cli-composer
- path: php/8.3/bookworm/cli-composer
tags:
- riptidepy/php:8.2-cli
- riptidepy/php:8.3-cli
- riptidepy/php:8-cli
- riptidepy/php:cli
- riptidepy/php:8.2
- riptidepy/php:8.3
- riptidepy/php:8
- riptidepy/php:latest
- path: php/8.2/buster/cli-composer2
- path: php/8.3/bookworm/cli-composer2
tags:
- riptidepy/php:8.2-cli-composer2
- riptidepy/php:8.3-cli-composer2
- riptidepy/php:8-cli-composer2
- riptidepy/php:cli-composer2
- path: php/8.2/buster/apache
- path: php/8.3/bookworm/apache
tags:
- riptidepy/php:8.2-apache
- riptidepy/php:8.3-apache
- riptidepy/php:8-apache
- riptidepy/php:apache
- path: php/8.2/buster/fpm
- path: php/8.3/bookworm/fpm
tags:
- riptidepy/php:8.2-fpm
- riptidepy/php:8.3-fpm
- riptidepy/php:8-fpm
- riptidepy/php:fpm
- path: php/8.2/buster/cli-composer
tags:
- riptidepy/php:8.2-cli
- riptidepy/php:8.2
- path: php/8.2/buster/cli-composer2
tags:
- riptidepy/php:8.2-cli-composer2
- path: php/8.2/buster/apache
tags:
- riptidepy/php:8.2-apache
- path: php/8.2/buster/fpm
tags:
- riptidepy/php:8.2-fpm
- path: php/8.1/buster/cli-composer
tags:
- riptidepy/php:8.1-cli
Expand All @@ -63,29 +76,42 @@ jobs:
- path: php/8.0/buster/fpm
tags:
- riptidepy/php:8.0-fpm
- path: node-php/8.2/buster/cli-composer
- path: node-php/8.3/bookworm/cli-composer
tags:
- riptidepy/node-php:8.2-cli
- riptidepy/node-php:8.3-cli
- riptidepy/node-php:8-cli
- riptidepy/node-php:cli
- riptidepy/node-php:8.2
- riptidepy/node-php:8.3
- riptidepy/node-php:8
- riptidepy/node-php:latest
- path: node-php/8.2/buster/cli-composer2
- path: node-php/8.3/bookworm/cli-composer2
tags:
- riptidepy/node-php:8.2-cli-composer2
- riptidepy/node-php:8.3-cli-composer2
- riptidepy/node-php:8-cli-composer2
- riptidepy/node-php:cli-composer2
- path: node-php/8.2/buster/apache
- path: node-php/8.3/bookworm/apache
tags:
- riptidepy/node-php:8.2-apache
- riptidepy/node-php:8.3-apache
- riptidepy/node-php:8-apache
- riptidepy/node-php:apache
- path: node-php/8.2/buster/fpm
- path: node-php/8.3/bookworm/fpm
tags:
- riptidepy/node-php:8.2-fpm
- riptidepy/node-php:8.3-fpm
- riptidepy/node-php:8-fpm
- riptidepy/node-php:fpm
- path: node-php/8.2/buster/cli-composer
tags:
- riptidepy/node-php:8.2-cli
- riptidepy/node-php:8.2
- path: node-php/8.2/buster/cli-composer2
tags:
- riptidepy/node-php:8.2-cli-composer2
- path: node-php/8.2/buster/apache
tags:
- riptidepy/node-php:8.2-apache
- path: node-php/8.2/buster/fpm
tags:
- riptidepy/node-php:8.2-fpm
- path: node-php/8.1/buster/cli-composer
tags:
- riptidepy/node-php:8.1-cli
Expand Down
3 changes: 0 additions & 3 deletions node-php/8.0/buster/apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ RUN requirements="nodejs npm msmtp libmcrypt-dev libwebp-dev libmcrypt4 libcurl3
# Install xdebug (based on https://gist.github.com/chadrien/c90927ec2d160ffea9c4)
RUN yes | pecl install xdebug

# Install MongoDB
RUN yes | pecl install mongodb && echo "extension=mongodb.so" > /usr/local/etc/php/conf.d/mongo.ini

# Install yaml
RUN yes | pecl install yaml && echo "extension=yaml.so" > /usr/local/etc/php/conf.d/ext-yaml.ini

Expand Down
16 changes: 12 additions & 4 deletions node-php/8.0/buster/apache/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Supported tags and respective `Dockerfile` links

- [`8.1-cli`, `8-cli`, `cli`, `8.1`, `8`, `latest` (*8.1/buster/cli-composer/Dockerfile*)](https://github.com/theCapypara/riptide-docker-images/tree/master/node-php/8.1/buster/cli-composer/Dockerfile)
- [`8.1-cli-composer2`, `8-cli-composer2`, `cli-composer` (*8.1/buster/cli-composer/Dockerfile*)](https://github.com/theCapypara/riptide-docker-images/tree/master/node-php/8.1/buster/cli-composer2/Dockerfile)
- [`8.1-apache`, `8-apache`, `apache` (*8.1/buster/apache/Dockerfile*)](https://github.com/theCapypara/riptide-docker-images/tree/master/node-php/8.1/buster/apache/Dockerfile)
- [`8.1-fpm`, `8-fpm`, `fpm` (*8.1/buster/fpm/Dockerfile*)](https://github.com/theCapypara/riptide-docker-images/tree/master/node-php/8.1/buster/fpm/Dockerfile)
- [`8.3-cli`, `8-cli`, `cli`, `8.3`, `8`, `latest` (*8.3/buster/cli-composer/Dockerfile*)](https://github.com/theCapypara/riptide-docker-images/tree/master/node-php/8.3/buster/cli-composer/Dockerfile)
- [`8.3-cli-composer2`, `8-cli-composer2`, `cli-composer` (*8.3/buster/cli-composer/Dockerfile*)](https://github.com/theCapypara/riptide-docker-images/tree/master/node-php/8.3/buster/cli-composer2/Dockerfile)
- [`8.3-apache`, `8-apache`, `apache` (*8.3/buster/apache/Dockerfile*)](https://github.com/theCapypara/riptide-docker-images/tree/master/node-php/8.3/buster/apache/Dockerfile)
- [`8.3-fpm`, `8-fpm`, `fpm` (*8.3/buster/fpm/Dockerfile*)](https://github.com/theCapypara/riptide-docker-images/tree/master/node-php/8.3/buster/fpm/Dockerfile)
- [`8.2-cli`, `8.2` (*8.2/buster/cli-composer/Dockerfile*)](https://github.com/theCapypara/riptide-docker-images/tree/master/node-php/8.2/buster/cli-composer/Dockerfile)
- [`8.2-cli-composer2` (*8.2/buster/cli-composer2/Dockerfile*)](https://github.com/theCapypara/riptide-docker-images/tree/master/node-php/8.2/buster/cli-composer2/Dockerfile)
- [`8.2-apache` (*8.2/buster/apache/Dockerfile*)](https://github.com/theCapypara/riptide-docker-images/tree/master/node-php/8.2/buster/apache/Dockerfile)
- [`8.2-fpm` (*8.2/buster/fpm/Dockerfile*)](https://github.com/theCapypara/riptide-docker-images/tree/master/node-php/8.2/buster/fpm/Dockerfile)
- [`8.1-cli`, `8.1` (*8.1/buster/cli-composer/Dockerfile*)](https://github.com/theCapypara/riptide-docker-images/tree/master/node-php/8.1/buster/cli-composer/Dockerfile)
- [`8.1-cli-composer2` (*8.1/buster/cli-composer2/Dockerfile*)](https://github.com/theCapypara/riptide-docker-images/tree/master/node-php/8.1/buster/cli-composer2/Dockerfile)
- [`8.1-apache` (*8.1/buster/apache/Dockerfile*)](https://github.com/theCapypara/riptide-docker-images/tree/master/node-php/8.1/buster/apache/Dockerfile)
- [`8.1-fpm` (*8.1/buster/fpm/Dockerfile*)](https://github.com/theCapypara/riptide-docker-images/tree/master/node-php/8.1/buster/fpm/Dockerfile)
- [`8.0-cli`, `8.0` (*8.0/buster/cli-composer/Dockerfile*)](https://github.com/theCapypara/riptide-docker-images/tree/master/node-php/8.0/buster/cli-composer/Dockerfile)
- [`8.0-cli-composer2` (*8.0/buster/cli-composer2/Dockerfile*)](https://github.com/theCapypara/riptide-docker-images/tree/master/node-php/8.0/buster/cli-composer2/Dockerfile)
- [`8.0-apache` (*8.0/buster/apache/Dockerfile*)](https://github.com/theCapypara/riptide-docker-images/tree/master/node-php/8.0/buster/apache/Dockerfile)
Expand Down
3 changes: 0 additions & 3 deletions node-php/8.0/buster/cli-composer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ RUN requirements="nodejs npm msmtp libmcrypt-dev libwebp-dev libmcrypt4 libcurl3
# Install xdebug (based on https://gist.github.com/chadrien/c90927ec2d160ffea9c4)
RUN yes | pecl install xdebug

# Install MongoDB
RUN yes | pecl install mongodb && echo "extension=mongodb.so" > /usr/local/etc/php/conf.d/mongo.ini

# Install yaml
RUN yes | pecl install yaml && echo "extension=yaml.so" > /usr/local/etc/php/conf.d/ext-yaml.ini

Expand Down
16 changes: 12 additions & 4 deletions node-php/8.0/buster/cli-composer/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Supported tags and respective `Dockerfile` links

- [`8.1-cli`, `8-cli`, `cli`, `8.1`, `8`, `latest` (*8.1/buster/cli-composer/Dockerfile*)](https://github.com/theCapypara/riptide-docker-images/tree/master/node-php/8.1/buster/cli-composer/Dockerfile)
- [`8.1-cli-composer2`, `8-cli-composer2`, `cli-composer` (*8.1/buster/cli-composer/Dockerfile*)](https://github.com/theCapypara/riptide-docker-images/tree/master/node-php/8.1/buster/cli-composer2/Dockerfile)
- [`8.1-apache`, `8-apache`, `apache` (*8.1/buster/apache/Dockerfile*)](https://github.com/theCapypara/riptide-docker-images/tree/master/node-php/8.1/buster/apache/Dockerfile)
- [`8.1-fpm`, `8-fpm`, `fpm` (*8.1/buster/fpm/Dockerfile*)](https://github.com/theCapypara/riptide-docker-images/tree/master/node-php/8.1/buster/fpm/Dockerfile)
- [`8.3-cli`, `8-cli`, `cli`, `8.3`, `8`, `latest` (*8.3/buster/cli-composer/Dockerfile*)](https://github.com/theCapypara/riptide-docker-images/tree/master/node-php/8.3/buster/cli-composer/Dockerfile)
- [`8.3-cli-composer2`, `8-cli-composer2`, `cli-composer` (*8.3/buster/cli-composer/Dockerfile*)](https://github.com/theCapypara/riptide-docker-images/tree/master/node-php/8.3/buster/cli-composer2/Dockerfile)
- [`8.3-apache`, `8-apache`, `apache` (*8.3/buster/apache/Dockerfile*)](https://github.com/theCapypara/riptide-docker-images/tree/master/node-php/8.3/buster/apache/Dockerfile)
- [`8.3-fpm`, `8-fpm`, `fpm` (*8.3/buster/fpm/Dockerfile*)](https://github.com/theCapypara/riptide-docker-images/tree/master/node-php/8.3/buster/fpm/Dockerfile)
- [`8.2-cli`, `8.2` (*8.2/buster/cli-composer/Dockerfile*)](https://github.com/theCapypara/riptide-docker-images/tree/master/node-php/8.2/buster/cli-composer/Dockerfile)
- [`8.2-cli-composer2` (*8.2/buster/cli-composer2/Dockerfile*)](https://github.com/theCapypara/riptide-docker-images/tree/master/node-php/8.2/buster/cli-composer2/Dockerfile)
- [`8.2-apache` (*8.2/buster/apache/Dockerfile*)](https://github.com/theCapypara/riptide-docker-images/tree/master/node-php/8.2/buster/apache/Dockerfile)
- [`8.2-fpm` (*8.2/buster/fpm/Dockerfile*)](https://github.com/theCapypara/riptide-docker-images/tree/master/node-php/8.2/buster/fpm/Dockerfile)
- [`8.1-cli`, `8.1` (*8.1/buster/cli-composer/Dockerfile*)](https://github.com/theCapypara/riptide-docker-images/tree/master/node-php/8.1/buster/cli-composer/Dockerfile)
- [`8.1-cli-composer2` (*8.1/buster/cli-composer2/Dockerfile*)](https://github.com/theCapypara/riptide-docker-images/tree/master/node-php/8.1/buster/cli-composer2/Dockerfile)
- [`8.1-apache` (*8.1/buster/apache/Dockerfile*)](https://github.com/theCapypara/riptide-docker-images/tree/master/node-php/8.1/buster/apache/Dockerfile)
- [`8.1-fpm` (*8.1/buster/fpm/Dockerfile*)](https://github.com/theCapypara/riptide-docker-images/tree/master/node-php/8.1/buster/fpm/Dockerfile)
- [`8.0-cli`, `8.0` (*8.0/buster/cli-composer/Dockerfile*)](https://github.com/theCapypara/riptide-docker-images/tree/master/node-php/8.0/buster/cli-composer/Dockerfile)
- [`8.0-cli-composer2` (*8.0/buster/cli-composer2/Dockerfile*)](https://github.com/theCapypara/riptide-docker-images/tree/master/node-php/8.0/buster/cli-composer2/Dockerfile)
- [`8.0-apache` (*8.0/buster/apache/Dockerfile*)](https://github.com/theCapypara/riptide-docker-images/tree/master/node-php/8.0/buster/apache/Dockerfile)
Expand Down
3 changes: 0 additions & 3 deletions node-php/8.0/buster/cli-composer2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ RUN requirements="nodejs npm msmtp libmcrypt-dev libwebp-dev libmcrypt4 libcurl3
# Install xdebug (based on https://gist.github.com/chadrien/c90927ec2d160ffea9c4)
RUN yes | pecl install xdebug

# Install MongoDB
RUN yes | pecl install mongodb && echo "extension=mongodb.so" > /usr/local/etc/php/conf.d/mongo.ini

# Install yaml
RUN yes | pecl install yaml && echo "extension=yaml.so" > /usr/local/etc/php/conf.d/ext-yaml.ini

Expand Down
16 changes: 12 additions & 4 deletions node-php/8.0/buster/cli-composer2/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Supported tags and respective `Dockerfile` links

- [`8.1-cli`, `8-cli`, `cli`, `8.1`, `8`, `latest` (*8.1/buster/cli-composer/Dockerfile*)](https://github.com/theCapypara/riptide-docker-images/tree/master/node-php/8.1/buster/cli-composer/Dockerfile)
- [`8.1-cli-composer2`, `8-cli-composer2`, `cli-composer` (*8.1/buster/cli-composer/Dockerfile*)](https://github.com/theCapypara/riptide-docker-images/tree/master/node-php/8.1/buster/cli-composer2/Dockerfile)
- [`8.1-apache`, `8-apache`, `apache` (*8.1/buster/apache/Dockerfile*)](https://github.com/theCapypara/riptide-docker-images/tree/master/node-php/8.1/buster/apache/Dockerfile)
- [`8.1-fpm`, `8-fpm`, `fpm` (*8.1/buster/fpm/Dockerfile*)](https://github.com/theCapypara/riptide-docker-images/tree/master/node-php/8.1/buster/fpm/Dockerfile)
- [`8.3-cli`, `8-cli`, `cli`, `8.3`, `8`, `latest` (*8.3/buster/cli-composer/Dockerfile*)](https://github.com/theCapypara/riptide-docker-images/tree/master/node-php/8.3/buster/cli-composer/Dockerfile)
- [`8.3-cli-composer2`, `8-cli-composer2`, `cli-composer` (*8.3/buster/cli-composer/Dockerfile*)](https://github.com/theCapypara/riptide-docker-images/tree/master/node-php/8.3/buster/cli-composer2/Dockerfile)
- [`8.3-apache`, `8-apache`, `apache` (*8.3/buster/apache/Dockerfile*)](https://github.com/theCapypara/riptide-docker-images/tree/master/node-php/8.3/buster/apache/Dockerfile)
- [`8.3-fpm`, `8-fpm`, `fpm` (*8.3/buster/fpm/Dockerfile*)](https://github.com/theCapypara/riptide-docker-images/tree/master/node-php/8.3/buster/fpm/Dockerfile)
- [`8.2-cli`, `8.2` (*8.2/buster/cli-composer/Dockerfile*)](https://github.com/theCapypara/riptide-docker-images/tree/master/node-php/8.2/buster/cli-composer/Dockerfile)
- [`8.2-cli-composer2` (*8.2/buster/cli-composer2/Dockerfile*)](https://github.com/theCapypara/riptide-docker-images/tree/master/node-php/8.2/buster/cli-composer2/Dockerfile)
- [`8.2-apache` (*8.2/buster/apache/Dockerfile*)](https://github.com/theCapypara/riptide-docker-images/tree/master/node-php/8.2/buster/apache/Dockerfile)
- [`8.2-fpm` (*8.2/buster/fpm/Dockerfile*)](https://github.com/theCapypara/riptide-docker-images/tree/master/node-php/8.2/buster/fpm/Dockerfile)
- [`8.1-cli`, `8.1` (*8.1/buster/cli-composer/Dockerfile*)](https://github.com/theCapypara/riptide-docker-images/tree/master/node-php/8.1/buster/cli-composer/Dockerfile)
- [`8.1-cli-composer2` (*8.1/buster/cli-composer2/Dockerfile*)](https://github.com/theCapypara/riptide-docker-images/tree/master/node-php/8.1/buster/cli-composer2/Dockerfile)
- [`8.1-apache` (*8.1/buster/apache/Dockerfile*)](https://github.com/theCapypara/riptide-docker-images/tree/master/node-php/8.1/buster/apache/Dockerfile)
- [`8.1-fpm` (*8.1/buster/fpm/Dockerfile*)](https://github.com/theCapypara/riptide-docker-images/tree/master/node-php/8.1/buster/fpm/Dockerfile)
- [`8.0-cli`, `8.0` (*8.0/buster/cli-composer/Dockerfile*)](https://github.com/theCapypara/riptide-docker-images/tree/master/node-php/8.0/buster/cli-composer/Dockerfile)
- [`8.0-cli-composer2` (*8.0/buster/cli-composer2/Dockerfile*)](https://github.com/theCapypara/riptide-docker-images/tree/master/node-php/8.0/buster/cli-composer2/Dockerfile)
- [`8.0-apache` (*8.0/buster/apache/Dockerfile*)](https://github.com/theCapypara/riptide-docker-images/tree/master/node-php/8.0/buster/apache/Dockerfile)
Expand Down
3 changes: 0 additions & 3 deletions node-php/8.0/buster/fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ RUN requirements="nodejs npm msmtp libmcrypt-dev libwebp-dev libmcrypt4 libcurl3
# Install xdebug (based on https://gist.github.com/chadrien/c90927ec2d160ffea9c4)
RUN yes | pecl install xdebug

# Install MongoDB
RUN yes | pecl install mongodb && echo "extension=mongodb.so" > /usr/local/etc/php/conf.d/mongo.ini

# Install yaml
RUN yes | pecl install yaml && echo "extension=yaml.so" > /usr/local/etc/php/conf.d/ext-yaml.ini

Expand Down
16 changes: 12 additions & 4 deletions node-php/8.0/buster/fpm/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Supported tags and respective `Dockerfile` links

- [`8.1-cli`, `8-cli`, `cli`, `8.1`, `8`, `latest` (*8.1/buster/cli-composer/Dockerfile*)](https://github.com/theCapypara/riptide-docker-images/tree/master/node-php/8.1/buster/cli-composer/Dockerfile)
- [`8.1-cli-composer2`, `8-cli-composer2`, `cli-composer` (*8.1/buster/cli-composer/Dockerfile*)](https://github.com/theCapypara/riptide-docker-images/tree/master/node-php/8.1/buster/cli-composer2/Dockerfile)
- [`8.1-apache`, `8-apache`, `apache` (*8.1/buster/apache/Dockerfile*)](https://github.com/theCapypara/riptide-docker-images/tree/master/node-php/8.1/buster/apache/Dockerfile)
- [`8.1-fpm`, `8-fpm`, `fpm` (*8.1/buster/fpm/Dockerfile*)](https://github.com/theCapypara/riptide-docker-images/tree/master/node-php/8.1/buster/fpm/Dockerfile)
- [`8.3-cli`, `8-cli`, `cli`, `8.3`, `8`, `latest` (*8.3/buster/cli-composer/Dockerfile*)](https://github.com/theCapypara/riptide-docker-images/tree/master/node-php/8.3/buster/cli-composer/Dockerfile)
- [`8.3-cli-composer2`, `8-cli-composer2`, `cli-composer` (*8.3/buster/cli-composer/Dockerfile*)](https://github.com/theCapypara/riptide-docker-images/tree/master/node-php/8.3/buster/cli-composer2/Dockerfile)
- [`8.3-apache`, `8-apache`, `apache` (*8.3/buster/apache/Dockerfile*)](https://github.com/theCapypara/riptide-docker-images/tree/master/node-php/8.3/buster/apache/Dockerfile)
- [`8.3-fpm`, `8-fpm`, `fpm` (*8.3/buster/fpm/Dockerfile*)](https://github.com/theCapypara/riptide-docker-images/tree/master/node-php/8.3/buster/fpm/Dockerfile)
- [`8.2-cli`, `8.2` (*8.2/buster/cli-composer/Dockerfile*)](https://github.com/theCapypara/riptide-docker-images/tree/master/node-php/8.2/buster/cli-composer/Dockerfile)
- [`8.2-cli-composer2` (*8.2/buster/cli-composer2/Dockerfile*)](https://github.com/theCapypara/riptide-docker-images/tree/master/node-php/8.2/buster/cli-composer2/Dockerfile)
- [`8.2-apache` (*8.2/buster/apache/Dockerfile*)](https://github.com/theCapypara/riptide-docker-images/tree/master/node-php/8.2/buster/apache/Dockerfile)
- [`8.2-fpm` (*8.2/buster/fpm/Dockerfile*)](https://github.com/theCapypara/riptide-docker-images/tree/master/node-php/8.2/buster/fpm/Dockerfile)
- [`8.1-cli`, `8.1` (*8.1/buster/cli-composer/Dockerfile*)](https://github.com/theCapypara/riptide-docker-images/tree/master/node-php/8.1/buster/cli-composer/Dockerfile)
- [`8.1-cli-composer2` (*8.1/buster/cli-composer2/Dockerfile*)](https://github.com/theCapypara/riptide-docker-images/tree/master/node-php/8.1/buster/cli-composer2/Dockerfile)
- [`8.1-apache` (*8.1/buster/apache/Dockerfile*)](https://github.com/theCapypara/riptide-docker-images/tree/master/node-php/8.1/buster/apache/Dockerfile)
- [`8.1-fpm` (*8.1/buster/fpm/Dockerfile*)](https://github.com/theCapypara/riptide-docker-images/tree/master/node-php/8.1/buster/fpm/Dockerfile)
- [`8.0-cli`, `8.0` (*8.0/buster/cli-composer/Dockerfile*)](https://github.com/theCapypara/riptide-docker-images/tree/master/node-php/8.0/buster/cli-composer/Dockerfile)
- [`8.0-cli-composer2` (*8.0/buster/cli-composer2/Dockerfile*)](https://github.com/theCapypara/riptide-docker-images/tree/master/node-php/8.0/buster/cli-composer2/Dockerfile)
- [`8.0-apache` (*8.0/buster/apache/Dockerfile*)](https://github.com/theCapypara/riptide-docker-images/tree/master/node-php/8.0/buster/apache/Dockerfile)
Expand Down
3 changes: 0 additions & 3 deletions node-php/8.1/buster/apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ RUN requirements="nodejs npm msmtp libmcrypt-dev libwebp-dev libmcrypt4 libcurl3
# Install xdebug (based on https://gist.github.com/chadrien/c90927ec2d160ffea9c4)
RUN yes | pecl install xdebug

# Install MongoDB
RUN yes | pecl install mongodb && echo "extension=mongodb.so" > /usr/local/etc/php/conf.d/mongo.ini

# Install yaml
RUN yes | pecl install yaml && echo "extension=yaml.so" > /usr/local/etc/php/conf.d/ext-yaml.ini

Expand Down
Loading

0 comments on commit 1d11c44

Please sign in to comment.