tpm2-tss: add acl dependency (#5410)

Update docker file and add access control list tool dependency
This commit is contained in:
Tadeusz Struk 2021-03-16 16:08:27 -07:00 committed by GitHub
parent a1135d001e
commit a23d89946d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -50,7 +50,8 @@ RUN apt-get update && \
python3-pip \
libsqlite3-dev \
python-cryptography \
python3-cryptography
python3-cryptography \
acl
RUN pip3 install cpp-coveralls