You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 8, 2021. It is now read-only.
Downloading the git and running make works fine to build php71.zip but running make php73.zip I get the following error:
$ sudo make php73.zip
docker run --rm -e http_proxy= -v /home/scottw/src/php-lambda-layer:/opt/layer lambci/lambda:build-nodejs8.10 /opt/layer/build-php-remi.sh 3
docker: Error response from daemon: OCI runtime create failed: container_linux.go:345: starting container process caused "exec: "/opt/layer/build-php-remi.sh": permission denied": unknown.
Makefile:10: recipe for target 'php73.zip' failed
make: *** [php73.zip] Error 126