We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f42034 commit a15a17eCopy full SHA for a15a17e
docker/php/Dockerfile.debug
@@ -176,14 +176,6 @@ RUN set -eux; \
176
make -j "$(nproc)"; \
177
find -type f -name '*.a' -delete; \
178
make install; \
179
- find /usr/local/bin /usr/local/sbin -type f -executable -exec strip --strip-all '{}' + || true; \
180
- make clean; \
181
- \
182
-# https://github.com/docker-library/php/issues/692 (copy default example "php.ini" files somewhere easily discoverable)
183
- cp -v php.ini-* "$PHP_INI_DIR/"; \
184
185
- cd /; \
186
- docker-php-source delete; \
187
\
188
# reset apt-mark's "manual" list so that "purge --auto-remove" will remove all build dependencies
189
apt-mark auto '.*' > /dev/null; \
0 commit comments