Dockerfile fix #56 add the other configuration options to recycle

This commit is contained in:
David Personette 2019-07-07 01:56:50 -04:00
parent 8634dfc126
commit abb29e0fdd
3 changed files with 6 additions and 0 deletions

View File

@ -34,6 +34,8 @@ RUN apk --no-cache --no-progress upgrade && \
echo ' vfs objects = acl_xattr catia fruit recycle streams_xattr' \
>>$file && \
echo ' recycle:keeptree = yes' >>$file && \
echo ' recycle:maxsixe = 0' >>$file && \
echo ' recycle:repository = .deleted' >>$file && \
echo ' recycle:versions = yes' >>$file && \
echo '' >>$file && \
echo ' # Security' >>$file && \

View File

@ -35,6 +35,8 @@ RUN apk --no-cache --no-progress upgrade && \
echo ' vfs objects = acl_xattr catia fruit recycle streams_xattr' \
>>$file && \
echo ' recycle:keeptree = yes' >>$file && \
echo ' recycle:maxsixe = 0' >>$file && \
echo ' recycle:repository = .deleted' >>$file && \
echo ' recycle:versions = yes' >>$file && \
echo '' >>$file && \
echo ' # Security' >>$file && \

View File

@ -35,6 +35,8 @@ RUN apk --no-cache --no-progress upgrade && \
echo ' vfs objects = acl_xattr catia fruit recycle streams_xattr' \
>>$file && \
echo ' recycle:keeptree = yes' >>$file && \
echo ' recycle:maxsixe = 0' >>$file && \
echo ' recycle:repository = .deleted' >>$file && \
echo ' recycle:versions = yes' >>$file && \
echo '' >>$file && \
echo ' # Security' >>$file && \