Dockerfile disable printing (container doesn't run cups and was thowing errors)

This commit is contained in:
David Personette 2016-01-03 08:25:30 -05:00
parent 6a501fabe6
commit 8f2852aba5

View File

@ -18,6 +18,7 @@ RUN export DEBIAN_FRONTEND='noninteractive' && \
echo ' force directory mode = 0775' >>/etc/samba/smb.conf && \
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 '' >>/etc/samba/smb.conf
COPY samba.sh /usr/bin/