Skip to content

Commit

Permalink
first commit (#328)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeantonio21 authored Jan 6, 2025
1 parent 6847252 commit 233b419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN apt-get update && apt-get install -y \
libssl-dev \
libssl1.1 \
&& if [ "$ENABLE_TDX" = "true" ]; then \
sudo apt install -y libtss2-dev; \
apt-get install -y libtss2-dev; \
fi \
&& rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 233b419

Please sign in to comment.