Skip to content

Commit a15a17e

Browse files
committed
keep source for debug
1 parent 0f42034 commit a15a17e

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Diff for: docker/php/Dockerfile.debug

-8
Original file line numberDiff line numberDiff line change
@@ -176,14 +176,6 @@ RUN set -eux; \
176176
make -j "$(nproc)"; \
177177
find -type f -name '*.a' -delete; \
178178
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; \
187179
\
188180
# reset apt-mark's "manual" list so that "purge --auto-remove" will remove all build dependencies
189181
apt-mark auto '.*' > /dev/null; \

0 commit comments

Comments
 (0)