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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 18 additions and 3 deletions

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"