mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
Update patches in Docker
This commit is contained in:
parent
963722cce1
commit
fd03217032
1 changed files with 2 additions and 1 deletions
|
@ -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 /
|
||||
|
|
Loading…
Add table
Reference in a new issue