CA
sunny-green
ACTOR ERROR Docker image build failed
For some reason my build is failing while integrating a new scraper in the Apify platform . It is a Puppeteercrawler and I used this time the right docker image as you can see in the screenshot. What could be the reason for this error?
6 Replies
sunny-greenOP•3y ago
It is still failing any suggestions?
@Deleted User just advanced to level 2! Thanks for your contributions! 🎉
noble-gold•3y ago
This is not the correct image, you need to either create new actor with
apify create
command or copy the dockerfiles from the templates repo - https://github.com/apify/actor-templates/blob/master/templates/project_puppeteer_crawler_js/.actor/DockerfileGitHub
actor-templates/Dockerfile at master · apify/actor-templates
This project is the :house: home of Apify actor template projects to help users quickly get started. - actor-templates/Dockerfile at master · apify/actor-templates
sunny-greenOP•3y ago
I copied the docker file but the build is still failing...
sunny-greenOP•3y ago

noble-gold•3y ago
Can you share with me privately your package.json, this feels like some issue with your packages