Merge pull request #14200 from Bo98/dockerfile-acl

Dockerfile: install acl
This commit is contained in:
Bo Anderson 2022-12-03 06:06:11 +00:00 committed by GitHub
commit 93660d3de4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 \