Skip to content

Commit c3390c7

Browse files
authored
fix amqp extension in php8
1 parent e0577a9 commit c3390c7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

services/php80/extensions/install.sh

-1
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,6 @@ if [[ -z "${EXTENSIONS##*,amqp,*}" ]]; then
522522
&& apk add rabbitmq-c-dev \
523523
&& printf '\n' | pecl install amqp \
524524
&& docker-php-ext-enable amqp \
525-
&& rm -rf /tmp/pear \
526525
&& apk del .phpize-deps-configure
527526

528527
fi

0 commit comments

Comments
 (0)