Skip to content

Commit

Permalink
Keep PHP header files
Browse files Browse the repository at this point in the history
They might be required by other packages that people building derived
container images might want to install.
  • Loading branch information
pabzm committed Dec 3, 2024
1 parent eb7ad58 commit f1bba7f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apache/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

0 comments on commit f1bba7f

Please sign in to comment.