Skip to content

Commit 85f428d

Browse files
author
David Personette
committedNov 16, 2019
Dockerfile* remove 'socket options' as suggested by wiki
1 parent 4183cdc commit 85f428d

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed
 

‎Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ RUN apk --no-cache --no-progress upgrade && \
3030
echo ' printing = bsd' >>$file && \
3131
echo ' printcap name = /dev/null' >>$file && \
3232
echo ' disable spoolss = yes' >>$file && \
33-
echo ' socket options = TCP_NODELAY' >>$file && \
3433
echo ' strict locking = no' >>$file && \
3534
echo ' aio read size = 0' >>$file && \
3635
echo ' aio write size = 0' >>$file && \

‎Dockerfile.aarch64

-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ RUN apk --no-cache --no-progress upgrade && \
3131
echo ' printing = bsd' >>$file && \
3232
echo ' printcap name = /dev/null' >>$file && \
3333
echo ' disable spoolss = yes' >>$file && \
34-
echo ' socket options = TCP_NODELAY' >>$file && \
3534
echo ' strict locking = no' >>$file && \
3635
echo ' aio read size = 0' >>$file && \
3736
echo ' aio write size = 0' >>$file && \

‎Dockerfile.armhf

-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ RUN apk --no-cache --no-progress upgrade && \
3131
echo ' printing = bsd' >>$file && \
3232
echo ' printcap name = /dev/null' >>$file && \
3333
echo ' disable spoolss = yes' >>$file && \
34-
echo ' socket options = TCP_NODELAY' >>$file && \
3534
echo ' strict locking = no' >>$file && \
3635
echo ' aio read size = 0' >>$file && \
3736
echo ' aio write size = 0' >>$file && \

0 commit comments

Comments
 (0)