Skip to content

Commit 422d6d8

Browse files
authored
Merge pull request laradock#1049 from igittGit/patch-2
Update Dockerfile-71
2 parents d021777 + f2f665d commit 422d6d8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

workspace/Dockerfile-71

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ RUN echo "" >> ~/.bashrc && \
132132
ARG INSTALL_XDEBUG=false
133133
RUN if [ ${INSTALL_XDEBUG} = true ]; then \
134134
# Load the xdebug extension only with phpunit commands
135-
apt-get install -y --force-yes php-xdebug && \
136-
sed -i 's/^;//g' /etc/php/7.1/cli/conf.d/20-xdebug.ini && \
135+
apt-get update && \
136+
apt-get install -y --force-yes php7.1-xdebug && \ sed -i 's/^;//g' /etc/php/7.1/cli/conf.d/20-xdebug.ini && \
137137
echo "alias phpunit='php -dzend_extension=xdebug.so /var/www/vendor/bin/phpunit'" >> ~/.bashrc \
138138
;fi
139139
# ADD for REMOTE debugging

0 commit comments

Comments
 (0)