Fix loading libdrm before first use.

Fixes #24022.
This commit is contained in:
John Preston 2022-02-06 13:50:23 +03:00
parent ee325031a0
commit bef20ba4a2
1 changed files with 1 additions and 1 deletions

View File

@ -700,7 +700,7 @@ RUN mkdir tg_owt
WORKDIR tg_owt WORKDIR tg_owt
RUN git init RUN git init
RUN git remote add origin $GIT/desktop-app/tg_owt.git RUN git remote add origin $GIT/desktop-app/tg_owt.git
RUN git fetch --depth=1 origin 25c8637f5975db830cc5d74477641a8b609e248d RUN git fetch --depth=1 origin 347400dc2377b16be702397ff8db44d5739d2650
RUN git reset --hard FETCH_HEAD RUN git reset --hard FETCH_HEAD
RUN git submodule init RUN git submodule init
RUN git submodule update RUN git submodule update