Skip to content

Commit

Permalink
Merge pull request #301 from roundcube/actually-keep-php-headers
Browse files Browse the repository at this point in the history
  • Loading branch information
pabzm authored Dec 6, 2024
2 parents 9dbb0ef + 31d6f36 commit 7e283a9
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions fpm-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ RUN set -ex; \
; \
docker-php-ext-enable imagick opcache redis; \
docker-php-source delete; \
# Header files ".h"
rm -r /usr/local/include/php/ext; \
rm -r /tmp/pear; \
# Display installed modules
php -m; \
Expand Down
2 changes: 0 additions & 2 deletions fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ RUN set -ex; \
; \
docker-php-ext-enable imagick opcache redis; \
docker-php-source delete; \
# Header files ".h"
rm -r /usr/local/include/php/ext; \
rm -r /tmp/pear; \
# Display installed modules
php -m; \
Expand Down
2 changes: 0 additions & 2 deletions templates/Dockerfile-alpine.templ
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ RUN set -ex; \
; \
docker-php-ext-enable imagick opcache redis; \
docker-php-source delete; \
# Header files ".h"
rm -r /usr/local/include/php/ext; \
rm -r /tmp/pear; \
# Display installed modules
php -m; \
Expand Down
2 changes: 0 additions & 2 deletions templates/Dockerfile-debian.templ
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ RUN set -ex; \
; \
docker-php-ext-enable imagick opcache redis; \
docker-php-source delete; \
# Header files ".h"
rm -r /usr/local/include/php/ext; \
rm -r /tmp/pear; \
# Display installed modules
php -m; \
Expand Down

0 comments on commit 7e283a9

Please sign in to comment.