Skip to content

Commit

Permalink
feat(superchain): add 'acl' package to support projen GHA (#3783)
Browse files Browse the repository at this point in the history
Adds the `acl` package to the superchain image.

A recent [projen PR](projen/projen#2103) added a build-time dependency on the `getfacl` and `setfacl` tools in this package to workaround a bug in GitHub Actions. The package is included in the GHA `ubuntu-latest` image, but not superchain.

Should address: projen/projen#2134

---

By submitting this pull request, I confirm that my contribution is made under the terms of the [Apache 2.0 license].

[Apache 2.0 license]: https://www.apache.org/licenses/LICENSE-2.0
  • Loading branch information
jmalins committed Oct 1, 2022
1 parent a5221a2 commit 306b248
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions superchain/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ RUN apt-get update
sudo \
unzip \
zip \
acl \
&& rm -rf /var/lib/apt/lists/*

# Install mono
Expand Down

0 comments on commit 306b248

Please sign in to comment.