github-action icon indicating copy to clipboard operation
github-action copied to clipboard

Builds of docker containers fail

Open manschutz-samsung opened this issue 2 years ago • 1 comments

As this run inside of a Docker container, Docker itself isn't available for building docker images for Lambda functions.

Ideally this container should be updated to have docker installed and the volume mapping to the master docker service, or at least a note decsribing the limitation or workaround on the main README.md file.

manschutz-samsung avatar Jan 14 '22 15:01 manschutz-samsung

I found the answer is to just npm install -g serverless and ignore this Github Action for now. Run those commands yourself. Once this action provides support for the docker commands we could use it 😢

lopezm1 avatar May 31 '22 17:05 lopezm1