This commit is contained in:
@@ -20,7 +20,7 @@ COPY patches/ /patches/
|
|||||||
|
|
||||||
RUN set -e -x; \
|
RUN set -e -x; \
|
||||||
cd /; \
|
cd /; \
|
||||||
git clone https://github.com/owncloud/ocis.git; \
|
git clone --depth 1 --branch v7.1.2 https://github.com/owncloud/ocis.git; \
|
||||||
cd /ocis; \
|
cd /ocis; \
|
||||||
git apply /patches/002-dav-move-unlock.patch; \
|
git apply /patches/002-dav-move-unlock.patch; \
|
||||||
git apply /patches/003-dav-locks-parsing.patch; \
|
git apply /patches/003-dav-locks-parsing.patch; \
|
||||||
|
|||||||
Reference in New Issue
Block a user