Dockerfile* remove 'socket options' as suggested by wiki
This commit is contained in:
@@ -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 && \
|
||||||
|
|||||||
@@ -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 && \
|
||||||
|
|||||||
@@ -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 && \
|
||||||
|
|||||||
Reference in New Issue
Block a user