Skip to content

Commit

Permalink
Sync from khs1994-docker/lnmp@9dfe015 by PCIT
Browse files Browse the repository at this point in the history
  • Loading branch information
khs1994 committed Nov 24, 2024
1 parent 3bb6472 commit 0b20ba7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions 8.2/cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -393,8 393,8 @@ RUN --mount=type=bind,from=upstream,source=/usr/local/bin,target=/opt/bin,rw \
&& echo "--with-libzstd" > /tmp/zstd.configure.options \
&& pickle install $PECL_EXTENSION -n --defaults --strip --cleanup \
&& pickle install \
# xdebug \
https://github.com/xdebug/xdebug/archive/master.tar.gz \
xdebug \
# https://github.com/xdebug/xdebug/archive/master.tar.gz \
# https://github.com/tideways/php-xhprof-extension.git
https://github.com/tideways/php-xhprof-extension/archive/master.tar.gz \
-n --defaults --no-write --strip --cleanup \
Expand Down
4 changes: 2 additions & 2 deletions 8.2/fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 159,8 @@ RUN sed -i "s/dl-cdn.alpinelinux.org/${ALPINE_URL}/g" /etc/apk/repositories \
--strip --cleanup \
# 默认不启用的扩展
&& pickle install \
# xdebug \
https://github.com/xdebug/xdebug/archive/master.tar.gz \
xdebug \
# https://github.com/xdebug/xdebug/archive/master.tar.gz \
# https://github.com/tideways/php-xhprof-extension.git
https://github.com/tideways/php-xhprof-extension/archive/master.tar.gz \
-n --defaults --strip --cleanup --no-write \
Expand Down
4 changes: 2 additions & 2 deletions 8.3/cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -393,8 393,8 @@ RUN --mount=type=bind,from=upstream,source=/usr/local/bin,target=/opt/bin,rw \
&& echo "--with-libzstd" > /tmp/zstd.configure.options \
&& pickle install $PECL_EXTENSION -n --defaults --strip --cleanup \
&& pickle install \
# xdebug \
https://github.com/xdebug/xdebug/archive/master.tar.gz \
xdebug \
# https://github.com/xdebug/xdebug/archive/master.tar.gz \
# https://github.com/tideways/php-xhprof-extension.git
https://github.com/tideways/php-xhprof-extension/archive/master.tar.gz \
-n --defaults --no-write --strip --cleanup \
Expand Down
4 changes: 2 additions & 2 deletions 8.3/fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 159,8 @@ RUN sed -i "s/dl-cdn.alpinelinux.org/${ALPINE_URL}/g" /etc/apk/repositories \
--strip --cleanup \
# 默认不启用的扩展
&& pickle install \
# xdebug \
https://github.com/xdebug/xdebug/archive/master.tar.gz \
xdebug \
# https://github.com/xdebug/xdebug/archive/master.tar.gz \
# https://github.com/tideways/php-xhprof-extension.git
https://github.com/tideways/php-xhprof-extension/archive/master.tar.gz \
-n --defaults --strip --cleanup --no-write \
Expand Down

0 comments on commit 0b20ba7

Please sign in to comment.