try to patch 7.2.1.34
This commit is contained in:
parent
76d36fc5b8
commit
1f0170cb16
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ RUN cd /build/web-apps && git apply /build/web-apps.patch
|
||||||
|
|
||||||
|
|
||||||
COPY server.patch /build/server.patch
|
COPY server.patch /build/server.patch
|
||||||
RUN cd /build/server && git apply /build/server.patch
|
RUN cd /build/server && git apply --ignore-space-change --ignore-whitespace /build/server.patch
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue