Accenture / serverless-ephemeral

This is a Serverless Framework plugin that helps bundling any stateless zipped library to AWS Lambda.
67 stars 15 forks source link

Support for python3 pip3 and git inside the docker image #15

Open sachaarbonel opened 6 years ago

sachaarbonel commented 6 years ago

Hi, great project ! Is it possible to add git python3.6 and pip3 in the docker image serephem-venv. I tried without success to create my own docker image in dockerhub.

alexleonescalera commented 6 years ago

Hi! Yes, python 3 has been part of our plan for some time, we just haven't found the time to implement. We did some tests but there is some tweaking involved in the plugin, so Python 3 won't work out of the box. We'll take a look on this again.

lucasbastianik commented 5 years ago

@alexleonescalera Any news about the version for python 3.6?

I am thinking about to implement.

sachaarbonel commented 5 years ago

@lucasbastianik you can take a look at what I've done here https://github.com/Sach97/serephem-venv/blob/master/Dockerfile. Sorry I don't rember if I managed to get it work

lucasbastianik commented 5 years ago

@Sach97 Works like a charm, thanks! 🎉

alexleonescalera commented 5 years ago

Thanks for sharing @Sach97 and glad to hear it did work