mirror of https://github.com/google/oss-fuzz.git
tpm2-tss: add acl dependency (#5410)
Update docker file and add access control list tool dependency
This commit is contained in:
parent
a1135d001e
commit
a23d89946d
|
@ -50,7 +50,8 @@ RUN apt-get update && \
|
||||||
python3-pip \
|
python3-pip \
|
||||||
libsqlite3-dev \
|
libsqlite3-dev \
|
||||||
python-cryptography \
|
python-cryptography \
|
||||||
python3-cryptography
|
python3-cryptography \
|
||||||
|
acl
|
||||||
|
|
||||||
RUN pip3 install cpp-coveralls
|
RUN pip3 install cpp-coveralls
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue