Dockerfile derp

This commit is contained in:
David Personette 2016-01-14 06:21:20 -05:00
parent d40a014e0e
commit 49b370aaaf

View File

@ -21,7 +21,7 @@ RUN export DEBIAN_FRONTEND='noninteractive' && \
echo ' load printers = no' >>/etc/samba/smb.conf && \ echo ' load printers = no' >>/etc/samba/smb.conf && \
echo ' printing = bsd' >>/etc/samba/smb.conf && \ echo ' printing = bsd' >>/etc/samba/smb.conf && \
echo ' printcap name = /dev/null' >>/etc/samba/smb.conf && \ echo ' printcap name = /dev/null' >>/etc/samba/smb.conf && \
echo ' disable spools = yes' >>/etc/samba/smb.conf && \ echo ' disable spoolss = yes' >>/etc/samba/smb.conf && \
echo '' >>/etc/samba/smb.conf echo '' >>/etc/samba/smb.conf
COPY samba.sh /usr/bin/ COPY samba.sh /usr/bin/