mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-30 14:17:45 +00:00
Check for openal fork updates in Dockerfile
This commit is contained in:
@@ -402,6 +402,7 @@ RUN make -j$(nproc)
|
|||||||
RUN make DESTDIR="$LibrariesPath/ffmpeg-cache" install
|
RUN make DESTDIR="$LibrariesPath/ffmpeg-cache" install
|
||||||
|
|
||||||
FROM builder AS openal
|
FROM builder AS openal
|
||||||
|
ADD https://api.github.com/repos/telegramdesktop/openal-soft/git/refs/heads/fix_pulse_default openal-soft-version.json
|
||||||
RUN git clone -b fix_pulse_default --depth=1 $GIT/telegramdesktop/openal-soft.git
|
RUN git clone -b fix_pulse_default --depth=1 $GIT/telegramdesktop/openal-soft.git
|
||||||
|
|
||||||
WORKDIR openal-soft
|
WORKDIR openal-soft
|
||||||
|
Reference in New Issue
Block a user