Skip to content

Commit

Permalink
Merge pull request #211 from nextcloud/add-xdebug-again
Browse files Browse the repository at this point in the history
Add xdebug extension
  • Loading branch information
skjnldsv authored Mar 27, 2020
2 parents 8d7434b + 0df9259 commit 8fa75b8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion php7.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN apt-get update && apt-get install -y wget gnupg2 libzip2 apt-transport-https
php7.2-cli php7.2-curl php7.2-pgsql php7.2-ldap \
php7.2-sqlite php7.2-mysql php7.2-zip php7.2-xml \
php7.2-mbstring php7.2-dev make libmagickcore-6.q16-2-extra unzip \
php7.2-redis php7.2-imagick php7.2-dev \
php7.2-redis php7.2-imagick php7.2-dev php-xdebug \
libsystemd-dev && \
apt-get autoremove -y && apt-get autoclean && apt-get clean && \
rm -rf /tmp/* /var/tmp/* /var/lib/apt/lists/*
Expand Down
2 changes: 1 addition & 1 deletion php7.3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN apt-get update && apt-get install -y wget gnupg2 libzip2 apt-transport-https
php7.3-cli php7.3-curl php7.3-pgsql php7.3-ldap \
php7.3-sqlite php7.3-mysql php7.3-zip php7.3-xml php7.3-redis \
php7.3-mbstring php7.3-dev make libmagickcore-6.q16-2-extra unzip \
php7.3-dev \
php7.3-redis php7.3-imagick php7.3-dev php-xdebug \
libsystemd-dev && \
apt-get autoremove -y && apt-get autoclean && apt-get clean && \
rm -rf /tmp/* /var/tmp/* /var/lib/apt/lists/*
Expand Down
2 changes: 1 addition & 1 deletion php7.4/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN apt-get update && apt-get install -y wget gnupg2 libzip4 apt-transport-https
php7.4-cli php7.4-curl php7.4-pgsql php7.4-ldap \
php7.4-sqlite php7.4-mysql php7.4-zip php7.4-xml \
php7.4-mbstring php7.4-dev make libmagickcore-6.q16-2-extra unzip \
php7.4-dev \
php7.4-redis php7.4-imagick php7.4-dev php-xdebug \
libsystemd-dev && \
apt-get autoremove -y && apt-get autoclean && apt-get clean && \
rm -rf /tmp/* /var/tmp/* /var/lib/apt/lists/*
Expand Down

0 comments on commit 8fa75b8

Please sign in to comment.