Skip to content

Commit

Permalink
Add specific PHP versions and additional dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasbruggink committed Mar 5, 2024
1 parent bfe1a77 commit a8fb726
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
11 changes: 7 additions & 4 deletions build/docker/ubuntu-focal/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -236,10 +236,13 @@ RUN apt-get install -y --no-install-recommends \

RUN apt-get install -y --no-install-recommends \
`# Php dependencies` \
php \
php-cli \
php-dev \
php-json \
php7.4 \
php7.4-cli \
php7.4-dev \
php7.4-mbstring \
php7.4-xml \
php7.4-curl \
php7.4-xdebug \
php-pear \
re2c \
composer
Expand Down
11 changes: 7 additions & 4 deletions build/docker/ubuntu-jammy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -235,10 +235,13 @@ RUN apt-get install -y --no-install-recommends \

RUN apt-get install -y --no-install-recommends \
`# Php dependencies` \
php \
php-cli \
php-dev \
php-json \
php8.1 \
php8.1-cli \
php8.1-dev \
php8.1-mbstring \
php8.1-xml \
php8.1-curl \
php8.1-xdebug \
php-pear \
re2c \
composer
Expand Down

0 comments on commit a8fb726

Please sign in to comment.