1
0
mirror of https://github.com/dockur/windows.git synced 2026-06-10 20:25:40 +08:00

feat: Add option to disable Samba (#253)

This commit is contained in:
Kroese
2024-03-11 13:30:07 +01:00
committed by GitHub
parent 68457e56d6
commit 77358f0632
4 changed files with 18 additions and 3 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
FROM scratch
COPY --from=qemux/qemu-docker:4.15 / /
COPY --from=qemux/qemu-docker:4.16 / /
ARG DEBCONF_NOWARNINGS="yes"
ARG DEBCONF_NOWARNINGS "yes"
ARG DEBIAN_FRONTEND "noninteractive"
ARG DEBCONF_NONINTERACTIVE_SEEN "true"