docker-lambda
docker-lambda copied to clipboard
zip not found in the docker image
Problem:
zip is not in this image ghcr.io/lambgeo/lambda-gdal:3.5-python3.9
Workaround:
RUN yum install zip -y