apify / actor-templates

This project is the :house: home of Apify actor template projects to help users quickly get started.
https://apify.com/
25 stars 14 forks source link

fix: install apify dependencies in the Dockerfile #227

Closed barjin closed 10 months ago

barjin commented 10 months ago

The wrapper requirements file got renamed, so the docker build will fail in projects without their own requirements.txt.

While this is still not 100%, I guess it's safer to preinstall our deps and let the user modify the Dockerfile for their (custom) dependency installation.