Skip to content

Commit

Permalink
Merge pull request #189 from koromerzhin/develop
Browse files Browse the repository at this point in the history
  • Loading branch information
koromerzhin authored Aug 1, 2024
2 parents a4ebd44 + f9152c5 commit d262565
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions images/php-apache/8.3/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM VERSIONIMAGE AS build-php-apache

ADD https://github.com/mlocati/docker-php-extension-installer/releases/download/2.2.11/install-php-extensions /usr/local/bin/
ADD https://github.com/mlocati/docker-php-extension-installer/releases/download/2.3.2/install-php-extensions /usr/local/bin/

RUN chmod +x /usr/local/bin/install-php-extensions

Expand All @@ -18,7 +18,6 @@ RUN install-php-extensions \
blackfire \
exif \
gd \
imagick \
intl \
ldap \
mysqli \
Expand Down
3 changes: 1 addition & 2 deletions images/phpfpm/8.3/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM VERSIONIMAGE AS build-phpfpm

ADD https://github.com/mlocati/docker-php-extension-installer/releases/download/2.2.11/install-php-extensions /usr/local/bin/
ADD https://github.com/mlocati/docker-php-extension-installer/releases/download/2.3.2/install-php-extensions /usr/local/bin/

RUN chmod +x /usr/local/bin/install-php-extensions

Expand All @@ -18,7 +18,6 @@ RUN install-php-extensions \
blackfire \
exif \
gd \
imagick \
intl \
ldap \
mysqli \
Expand Down

0 comments on commit d262565

Please sign in to comment.