Skip to content

Commit

Permalink
fix: install sudo for gramine
Browse files Browse the repository at this point in the history
  • Loading branch information
johntaiko committed May 24, 2024
1 parent 486d033 commit d3f8ae6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ RUN apt-get update && \
libsgx-dcap-ql \
libsgx-urts \
sgx-pck-id-retrieval-tool \
jq &&\
jq \
sudo && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit d3f8ae6

Please sign in to comment.