Skip to content

Commit

Permalink
Fix Gd, Tidy, ZIP extensions in PHP 7.2 / 7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
brettt89 committed Oct 25, 2019
1 parent 7c28158 commit 6f20438
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 12 deletions.
3 changes: 0 additions & 3 deletions 7.2/debian/buster/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ RUN apt-get update -y && apt-get install -y \
libicu-dev \
g++ \
libldap2-dev \
libgd-dev \
libzip-dev \
libtidy-dev \
libxml2-dev \
libxslt-dev && \
docker-php-ext-configure intl && \
Expand Down
3 changes: 0 additions & 3 deletions 7.2/debian/stretch/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ RUN apt-get update -y && apt-get install -y \
libicu-dev \
g++ \
libldap2-dev \
libgd-dev \
libzip-dev \
libtidy-dev \
libxml2-dev \
libxslt-dev && \
docker-php-ext-configure intl && \
Expand Down
3 changes: 0 additions & 3 deletions 7.3/debian/buster/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ RUN apt-get update -y && apt-get install -y \
libicu-dev \
g++ \
libldap2-dev \
libgd-dev \
libzip-dev \
libtidy-dev \
libxml2-dev \
libxslt-dev && \
docker-php-ext-configure intl && \
Expand Down
3 changes: 0 additions & 3 deletions 7.3/debian/stretch/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ RUN apt-get update -y && apt-get install -y \
libicu-dev \
g++ \
libldap2-dev \
libgd-dev \
libzip-dev \
libtidy-dev \
libxml2-dev \
libxslt-dev && \
docker-php-ext-configure intl && \
Expand Down

0 comments on commit 6f20438

Please sign in to comment.