Dockerfile derp
This commit is contained in:
parent
0cbe425ef6
commit
ad05a2bb8b
@ -31,7 +31,8 @@ RUN apk --no-cache --no-progress upgrade && \
|
||||
echo ' disable spoolss = yes' >>$file && \
|
||||
echo ' socket options = TCP_NODELAY' >>$file && \
|
||||
echo ' strict locking = no' >>$file && \
|
||||
echo ' vfs objects = acl_xattr fruit recycle' >>$file && \
|
||||
echo ' vfs objects = acl_xattr catia fruit recycle streams_xattr' \
|
||||
>>$file && \
|
||||
echo ' recycle:keeptree = yes' >>$file && \
|
||||
echo ' recycle:versions = yes' >>$file && \
|
||||
echo '' >>$file && \
|
||||
|
@ -32,7 +32,8 @@ RUN apk --no-cache --no-progress upgrade && \
|
||||
echo ' disable spoolss = yes' >>$file && \
|
||||
echo ' socket options = TCP_NODELAY' >>$file && \
|
||||
echo ' strict locking = no' >>$file && \
|
||||
echo ' vfs objects = acl_xattr fruit recycle' >>$file && \
|
||||
echo ' vfs objects = acl_xattr catia fruit recycle streams_xattr' \
|
||||
>>$file && \
|
||||
echo ' recycle:keeptree = yes' >>$file && \
|
||||
echo ' recycle:versions = yes' >>$file && \
|
||||
echo '' >>$file && \
|
||||
|
@ -32,7 +32,8 @@ RUN apk --no-cache --no-progress upgrade && \
|
||||
echo ' disable spoolss = yes' >>$file && \
|
||||
echo ' socket options = TCP_NODELAY' >>$file && \
|
||||
echo ' strict locking = no' >>$file && \
|
||||
echo ' vfs objects = acl_xattr fruit recycle' >>$file && \
|
||||
echo ' vfs objects = acl_xattr catia fruit recycle streams_xattr' \
|
||||
>>$file && \
|
||||
echo ' recycle:keeptree = yes' >>$file && \
|
||||
echo ' recycle:versions = yes' >>$file && \
|
||||
echo '' >>$file && \
|
||||
|
Loading…
Reference in New Issue
Block a user