1
0
mirror da https://github.com/dockur/windows.git synced 2026-06-10 11:59:33 +08:00

feat: Add Windows 2000 support (#1188)

This commit is contained in:
Kroese
2025-04-06 00:42:46 +02:00
committato da GitHub
parent de4bda71e2
commit fa40d30e5d
5 ha cambiato i file con 263 aggiunte e 131 eliminazioni
+3 -2
Vedi File
@@ -1,7 +1,7 @@
ARG VERSION_ARG="latest"
FROM scratch AS build-amd64
COPY --from=qemux/qemu:7.08 / /
COPY --from=qemux/qemu:7.09 / /
ARG DEBCONF_NOWARNINGS="yes"
ARG DEBIAN_FRONTEND="noninteractive"
@@ -16,7 +16,8 @@ RUN set -eu && \
dos2unix \
cabextract \
libxml2-utils \
libarchive-tools && \
libarchive-tools \
netcat-openbsd && \
apt-get clean && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*