umihico / docker-selenium-lambda

The simplest demo of chrome automation by python and selenium in AWS Lambda
MIT License
493 stars 118 forks source link

Python with Alpine Linux to make the image size smaller? #231

Closed vagyvin closed 3 months ago

vagyvin commented 3 months ago

Is it possible to use Alpine linux to make the image size smaller?

umihico commented 3 months ago

Hello @vagyvin,

In theory, it is possible. However, this would require some dependencies like aws-lambda-ric, and maybe more.

I want to make my Dockerfile as small as possible for an example. So given these considerations, I'm currently not planning to switch to Alpine Linux.