Update patches in Docker

This commit is contained in:
Ilya Fedin 2021-11-09 16:14:31 +04:00 committed by John Preston
parent 963722cce1
commit fd03217032

View file

@ -45,7 +45,7 @@ RUN ln -s /opt/cmake/bin/cmake /usr/local/bin/cmake
RUN rm $CMAKE_FILE
FROM builder AS patches
RUN git clone $GIT/desktop-app/patches.git && cd patches && git checkout 17c7e63cfd
RUN git clone $GIT/desktop-app/patches.git && cd patches && git checkout be978cc050
FROM builder AS extra-cmake-modules
@ -677,6 +677,7 @@ ARG QT6
COPY --from=libffi ${LibrariesPath}/libffi-cache /
COPY --from=zlib ${LibrariesPath}/zlib-cache /
COPY --from=libepoxy ${LibrariesPath}/libepoxy-cache /
COPY --from=libproxy ${LibrariesPath}/libproxy-cache /
COPY --from=mozjpeg ${LibrariesPath}/mozjpeg-cache /
COPY --from=xcb ${LibrariesPath}/xcb-cache /