Dockerfile disable printing (container doesn't run cups and was thowing errors)
This commit is contained in:
parent
6a501fabe6
commit
8f2852aba5
@ -18,6 +18,7 @@ RUN export DEBIAN_FRONTEND='noninteractive' && \
|
|||||||
echo ' force directory mode = 0775' >>/etc/samba/smb.conf && \
|
echo ' force directory mode = 0775' >>/etc/samba/smb.conf && \
|
||||||
echo ' force user = smbuser' >>/etc/samba/smb.conf && \
|
echo ' force user = smbuser' >>/etc/samba/smb.conf && \
|
||||||
echo ' force group = users' >>/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
|
echo '' >>/etc/samba/smb.conf
|
||||||
COPY samba.sh /usr/bin/
|
COPY samba.sh /usr/bin/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user