I am running python serverless code.
Is there a docker file that loads the image running the serverless code?
I want to add some apt-get install packages e.g. ffmpeg
and also download a file using wget into my cwd. IS IT POSSIBLE?
I am running python serverless code.
Is there a docker file that loads the image running the serverless code?
I want to add some apt-get install packages e.g. ffmpeg
and also download a file using wget into my cwd. IS IT POSSIBLE?