mirror of
https://github.com/dockur/windows.git
synced 2025-10-27 11:25:49 +00:00
build: Add TPM emulator
This commit is contained in:
parent
7f61deb3fa
commit
ccbe071ba2
1 changed files with 2 additions and 1 deletions
|
|
@ -8,6 +8,7 @@ RUN apt-get update \
|
||||||
&& apt-get --no-install-recommends -y install \
|
&& apt-get --no-install-recommends -y install \
|
||||||
curl \
|
curl \
|
||||||
novnc \
|
novnc \
|
||||||
|
swtpm \
|
||||||
p7zip-full \
|
p7zip-full \
|
||||||
genisoimage \
|
genisoimage \
|
||||||
&& apt-get clean \
|
&& apt-get clean \
|
||||||
|
|
@ -23,7 +24,7 @@ RUN chmod +x /run/*.sh
|
||||||
EXPOSE 8006
|
EXPOSE 8006
|
||||||
VOLUME /storage
|
VOLUME /storage
|
||||||
|
|
||||||
ENV CPU_CORES "1"
|
ENV CPU_CORES "2"
|
||||||
ENV RAM_SIZE "4G"
|
ENV RAM_SIZE "4G"
|
||||||
ENV DISK_SIZE "64G"
|
ENV DISK_SIZE "64G"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue