wkplhc commited on
Commit
0ce8f40
1 Parent(s): 9b6488a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -7
Dockerfile CHANGED
@@ -55,10 +55,3 @@ ENV RAM_SIZE="4G"
55
  ENV CPU_CORES="2"
56
  ENV DISK_SIZE="64G"
57
  ENV VERSION="win11"
58
- ENV LANG="en_US.UTF-8"
59
- ENV LANGUAGE="en_US:en"
60
- ENV LC_ALL="en_US.UTF-8"
61
- ENV TZ="America/New_York"
62
-
63
- # 启动Windows环境
64
- CMD ["qemu-system-x86_64", "-m", "4G", "-smp", "cpus=2", "-drive", "file=/drivers.txz,format=raw,if=virtio", "-vnc", ":0", "-net", "user,hostfwd=tcp::3389-:3389", "-net", "nic"]
 
55
  ENV CPU_CORES="2"
56
  ENV DISK_SIZE="64G"
57
  ENV VERSION="win11"