ccarney16 / pterodactyl-containers

Pterodactyl Panel within a docker container
230 stars 78 forks source link

vendor/ dir not found in v1.5.x images #117

Closed galexrt closed 3 years ago

galexrt commented 3 years ago
worker_1  | [init] Waiting for database connection...                                                                                                                                                                                                                                      
worker_1  | PHP Warning:  require(/var/www/html/vendor/autoload.php): failed to open stream: No such file or directory in /var/www/html/artisan on line 18                                                                                                                                 
worker_1  | PHP Fatal error:  require(): Failed opening required '/var/www/html/vendor/autoload.php' (include_path='.:/usr/share/php7') in /var/www/html/artisan on line 18

When trying to setup a new Pterodactyl instance it is not working because the vendor/ dir does not seem to have been downloaded during the Docker image build.

Trying with the v1.4.2 image tag the Pterodactyl instance begins to work again.

Izumemori commented 3 years ago

That's because due to a missing package the dependencies aren't installed I opened #115 which fixes it, just waiting for it to be merged.