当在gitlab上的docker容器中运行laravel-dusk时,我得到一个错误,说它无法连接到localhost上的端口9515。Failed to connect to localhost port 9515: Connection refused# Set the base image forupdate -yqq && apt-get install -y git wget curl libcurl4-gnutls-dev libicu-dev libmcryp
我正在尝试使用laradock和以下命令设置一个容器: docker-compose up -d nginx mysql 问题是我得到了以下错误: E: There were unauthenticatedwithout --allow-unauthenticated
ERROR: Service 'workspace' failed to build: The command '/bin/sh -c apt-getupdate -yqq &