Skip to content

Commit

Permalink
remove interactive and tty options when inspecting the mrenclave in t…
Browse files Browse the repository at this point in the history
…he image
  • Loading branch information
ivarprudnikov committed Sep 12, 2023
1 parent 9974d44 commit 541dc3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ DOCKER_BUILDKIT=1 docker build \
.

echo "MRENCLAVE:"
docker run --rm -it --entrypoint /bin/cat "$DOCKER_TAG" /usr/src/app/mrenclave.txt
docker run --rm --entrypoint /bin/cat "$DOCKER_TAG" /usr/src/app/mrenclave.txt

if [ -n "$SAVE_IMAGE_PATH" ]; then
docker save "$DOCKER_TAG" -o "$SAVE_IMAGE_PATH"
Expand Down

0 comments on commit 541dc3a

Please sign in to comment.