mirror of
https://github.com/tlsnotary/tlsn.git
synced 2026-01-09 13:27:59 -05:00
* build: added scripts for local tee/sgx development * Improved documentation: move all explanation to one README file
6 lines
168 B
Docker
6 lines
168 B
Docker
FROM --platform=linux/amd64 gramineproject/gramine:latest
|
|
|
|
RUN apt update && \
|
|
apt install -y jq openssl zip && \
|
|
apt clean && \
|
|
rm -rf /var/lib/apt/lists/* |