feat: Move TPM emulator (#49)

This commit is contained in:
Kroese 2024-01-18 10:32:39 +01:00 committed by GitHub
parent 4a8f55ec58
commit 5a56b717c4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 1 additions and 9 deletions

View file

@ -7,9 +7,8 @@ ARG DEBCONF_NONINTERACTIVE_SEEN "true"
RUN apt-get update \
&& apt-get --no-install-recommends -y install \
curl \
swtpm \
7zip \
wimtools \
p7zip-full \
genisoimage \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*