Skip to content

Commit

Permalink
Remove generic php package installation
Browse files Browse the repository at this point in the history
This package's installation pollutes the system with useless packages
like Apache.
  • Loading branch information
groovytron committed Aug 19, 2020
1 parent a10bed0 commit 6d34003
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion 7.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ RUN apt-get update --quiet \
libpq-dev \
libxml2-dev \
locales \
php${PHP_VERSION} \
php${PHP_VERSION}-bcmath \
php${PHP_VERSION}-bz2 \
php${PHP_VERSION}-cli \
Expand Down
1 change: 0 additions & 1 deletion 7.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ RUN apt-get update --quiet \
libpq-dev \
libxml2-dev \
locales \
php${PHP_VERSION} \
php${PHP_VERSION}-bcmath \
php${PHP_VERSION}-bz2 \
php${PHP_VERSION}-cli \
Expand Down
1 change: 0 additions & 1 deletion 7.3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ RUN apt-get update --quiet \
libpq-dev \
libxml2-dev \
locales \
php${PHP_VERSION} \
php${PHP_VERSION}-bcmath \
php${PHP_VERSION}-bz2 \
php${PHP_VERSION}-cli \
Expand Down
1 change: 0 additions & 1 deletion 7.4/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ RUN apt-get update --quiet \
libpq-dev \
libxml2-dev \
locales \
php${PHP_VERSION} \
php${PHP_VERSION}-bcmath \
php${PHP_VERSION}-bz2 \
php${PHP_VERSION}-cli \
Expand Down

0 comments on commit 6d34003

Please sign in to comment.