Tony Brown
Tony Brown
A workaround exists where if the name of the `Authorizer` defined in the SAM template matches the name of a `securityDefinitions` in the swagger document, AND the endpoint refers to...
This command as root (run inside the container) `find /var/lang -type d ! -perm -o=r -exec chmod a+rx {} \;` fixes the issue, and allows `runuser -u ec2-user -- bundle...
Yes - the build process produces artefacts that I don't want to be owned by `root`. Also, it better mimics the runtime environment to be not running as root. This...
Actually, I'll retract that. I cannot reproduce locally, using ruby2.5/build/Dockerfile from master (unmodified) The built image does not have the same issues as the images pulled from the docker repo...