Dockerfile* remove 'socket options' as suggested by wiki

This commit is contained in:
David Personette 2019-11-16 06:40:40 -05:00
parent 4183cdca14
commit 85f428df2c
3 changed files with 0 additions and 3 deletions

View File

@ -30,7 +30,6 @@ RUN apk --no-cache --no-progress upgrade && \
echo ' printing = bsd' >>$file && \ echo ' printing = bsd' >>$file && \
echo ' printcap name = /dev/null' >>$file && \ echo ' printcap name = /dev/null' >>$file && \
echo ' disable spoolss = yes' >>$file && \ echo ' disable spoolss = yes' >>$file && \
echo ' socket options = TCP_NODELAY' >>$file && \
echo ' strict locking = no' >>$file && \ echo ' strict locking = no' >>$file && \
echo ' aio read size = 0' >>$file && \ echo ' aio read size = 0' >>$file && \
echo ' aio write size = 0' >>$file && \ echo ' aio write size = 0' >>$file && \

View File

@ -31,7 +31,6 @@ RUN apk --no-cache --no-progress upgrade && \
echo ' printing = bsd' >>$file && \ echo ' printing = bsd' >>$file && \
echo ' printcap name = /dev/null' >>$file && \ echo ' printcap name = /dev/null' >>$file && \
echo ' disable spoolss = yes' >>$file && \ echo ' disable spoolss = yes' >>$file && \
echo ' socket options = TCP_NODELAY' >>$file && \
echo ' strict locking = no' >>$file && \ echo ' strict locking = no' >>$file && \
echo ' aio read size = 0' >>$file && \ echo ' aio read size = 0' >>$file && \
echo ' aio write size = 0' >>$file && \ echo ' aio write size = 0' >>$file && \

View File

@ -31,7 +31,6 @@ RUN apk --no-cache --no-progress upgrade && \
echo ' printing = bsd' >>$file && \ echo ' printing = bsd' >>$file && \
echo ' printcap name = /dev/null' >>$file && \ echo ' printcap name = /dev/null' >>$file && \
echo ' disable spoolss = yes' >>$file && \ echo ' disable spoolss = yes' >>$file && \
echo ' socket options = TCP_NODELAY' >>$file && \
echo ' strict locking = no' >>$file && \ echo ' strict locking = no' >>$file && \
echo ' aio read size = 0' >>$file && \ echo ' aio read size = 0' >>$file && \
echo ' aio write size = 0' >>$file && \ echo ' aio write size = 0' >>$file && \