Check for openal fork updates in Dockerfile

This commit is contained in:
Ilya Fedin 2021-03-18 07:37:33 +04:00 committed by John Preston
parent b4b80822c8
commit decbbb9a73

View file

@ -402,6 +402,7 @@ RUN make -j$(nproc)
RUN make DESTDIR="$LibrariesPath/ffmpeg-cache" install
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
WORKDIR openal-soft