tpm2dev / tpm.dev.docker

Docker image for TPM 2.0 development from TPM.dev
https://tpm.dev
MIT License
11 stars 5 forks source link

configure: error: Missing required program 'setfacl': ensure it is installed and on PATH. #4

Closed ernesto418 closed 3 years ago

ernesto418 commented 3 years ago

Hello,

While building the image, in the comand: ./configure --with-udevrulesprefix I found a problem: configure: error: Missing required program 'setfacl': ensure it is installed and on PATH.

It can be solved by adding the package "asl" in the installation commands in Dockerfile.release (line 112)

tomoveu commented 3 years ago

Hi @ernesto418 Thank you for catching this :raised_hands:

This might be related to the Docker version. I will make sure to add "asl" in the Docker.release file, so we have maximum compliance.