1. 程式人生 > >laradocke中不能安裝php-xdebug解決

laradocke中不能安裝php-xdebug解決

he source has updated http://ppa.launchpad.net/ondrej/php/ubuntu/pool/main/x/xdebug/,so you get 404
edit file laradock/workspace/Dockerfile line 261
apt-get install -y php${LARADOCK_PHP_VERSION}-xdebug && \
to
apt-get update && apt-get install -y php${LARADOCK_PHP_VERSION}-xdebug && \


then run docker-compose build workspace