Skip to content

Commit 41e46bd

Browse files
committed
Dockerfile
rm script
1 parent edbc801 commit 41e46bd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

doi.alpine.fpm.wsc.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ RUN \
4949
# zlib \
5050
" ; \
5151
install-php-extensions $PHP_EXTENSIONS_LIST ; \
52+
rm /usr/local/bin/install-php-extensions ; \
5253
php -m ; \
5354
apk --no-cache add \
5455
tzdata \

doi.debian.fpm.wsc.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ RUN \
4949
# zlib \
5050
" ; \
5151
install-php-extensions $PHP_EXTENSIONS_LIST ; \
52+
rm /usr/local/bin/install-php-extensions ; \
5253
php -m ; \
5354
RUN apt-get update; \
5455
apt-get install -y --no-install-recommends \

0 commit comments

Comments
 (0)