aws/aws-codebuild-docker-images

Add `setfacl` tool

Closed this issue · 1 comments

This tool is used by projen to set permissions, which is a very common tool used by AWS and AWS CDK-related projects.

https://github.com/projen/projen/blob/64206de9dbe4e492cb3e6c17d5b02fda6a204d5d/src/build/build-workflow.ts#L272

But it doesn't seem to be included in the default CodeBuild images.

Added in 1bd6ad2