mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
Fix gobject-introspection base in Dockerfile
It doesn't use patches
This commit is contained in:
parent
abc32c63b0
commit
0fa2f83cf8
1 changed files with 1 additions and 1 deletions
|
@ -694,7 +694,7 @@ RUN git clone -b 2.76.0 --depth=1 {{ GIT }}/GNOME/glibmm.git \
|
|||
&& cd .. \
|
||||
&& rm -rf glibmm
|
||||
|
||||
FROM patches AS gobject-introspection
|
||||
FROM builder AS gobject-introspection
|
||||
COPY --link --from=libffi {{ LibrariesPath }}/libffi-cache /
|
||||
COPY --link --from=glibmm {{ LibrariesPath }}/glibmm-cache /
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue