From 2c604c51cfa4846f1c451c0f8b252c4efe08f034 Mon Sep 17 00:00:00 2001 From: David Personette Date: Thu, 14 Jan 2016 05:54:38 -0500 Subject: [PATCH] Dockerfile more thourghly disable printing --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index b8bece4..a3f25d1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,6 +19,9 @@ RUN export DEBIAN_FRONTEND='noninteractive' && \ echo ' force user = smbuser' >>/etc/samba/smb.conf && \ echo ' force group = users' >>/etc/samba/smb.conf && \ echo ' load printers = no' >>/etc/samba/smb.conf && \ + echo ' printing = bsd' >>/etc/samba/smb.conf && \ + echo ' printcap name = /dev/null' >>/etc/samba/smb.conf && \ + echo ' disable spoolss = yes' >>/etc/samba/smb.conf && \ echo '' >>/etc/samba/smb.conf COPY samba.sh /usr/bin/