10000 Remove xdebug · jarnovanleeuwen/laravel-dock@f9711ac · GitHub
[go: up one dir, main page]

Skip to content

Commit f9711ac

Browse files
Remove xdebug
1 parent ee63495 commit f9711ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ FROM php:8.0-apache as app
1010
RUN apt-get update && apt-get install -y git mariadb-client nano supervisor libpng-dev libjpeg-dev libicu-dev libxml2-dev libzip-dev zip gnupg2 ssl-cert redis-tools
1111

1212
# Install extensions
13-
RUN pecl install redis xdebug
13+
RUN pecl install redis
1414

1515
RUN docker-php-ext-configure gd --with-jpeg &&\
1616
docker-php-ext-configure intl && \
1717
docker-php-ext-configure zip && \
1818
docker-php-ext-install bcmath gd intl opcache pcntl pdo_mysql soap zip && \
19-
docker-php-ext-enable redis xdebug
19+
docker-php-ext-enable redis
2020

2121
# Create non-root user
2222
RUN useradd --create-home webdev

0 commit comments

Comments
 (0)
0