Dockerfile: install acl

This commit is contained in:
Bo Anderson 2022-12-03 05:31:37 +00:00
parent 080a420ba4
commit 8b6fbbaa2b
No known key found for this signature in database
GPG Key ID: 3DB94E204E137D65

View File

@ -10,6 +10,7 @@ RUN apt-get update \
&& add-apt-repository -y ppa:git-core/ppa \
&& apt-get update \
&& apt-get install -y --no-install-recommends \
acl \
bzip2 \
ca-certificates \
curl \