Skip to content

Commit

Permalink
ci: add swtpm docker
Browse files Browse the repository at this point in the history
Signed-off-by: Boris Glimcher <[email protected]>
  • Loading branch information
glimchb authored Jul 14, 2024
1 parent 45fed6d commit 07507f2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tpm/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
FROM debian:12.6-slim

RUN apt-get update && \
apt-get install --no-install-recommends -y swtpm=0.7.1-1.3 && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*

ENTRYPOINT ["/usr/bin/swtpm"]

0 comments on commit 07507f2

Please sign in to comment.