Fraunhofer-SIT / charra

Proof-of-concept implementation of the "Challenge/Response Remote Attestation" interaction model of the IETF RATS Reference Interaction Models for Remote Attestation Procedures using TPM 2.0.
BSD 3-Clause "New" or "Revised" License
27 stars 20 forks source link

Dockerfile missing jinja2 dependency for mbed TLS #60

Closed TobNol closed 1 year ago

TobNol commented 1 year ago

docker/build.sh fails with ModuleNotFoundError: No module named 'jinja2' when building mbedtls

eckelmeckel commented 1 year ago

The jinja2 dependency is installed right before the TPM2 TSS. This seems to be the wrong place. It should rather be in the mbed TLS section of the Dockerfile.