apify / apify-actor-docker

Base Docker images for Apify actors.
https://hub.docker.com/u/apify
Apache License 2.0
68 stars 21 forks source link

Optimization of the size of the Node Docker images #118

Closed vdusek closed 9 months ago

vdusek commented 10 months ago

In https://github.com/apify/apify-actor-docker/issues/116 we optimized the size of the Python Docker images. Explore the Node Dockerfiles and find out if they cannot be optimized in a similar way too.

vdusek commented 9 months ago

I didn't find anything there. They already use Alpine or slim versions of Debian as base images. They also have clean steps after apt install. Python-related changes are of course not applicable here. Closing.