Update tdlib

This commit is contained in:
Andrea Cavalli 2024-08-27 16:41:54 +02:00
parent 7ae6ebdb05
commit b874cb27ae
2 changed files with 4 additions and 1 deletions

@ -1 +1 @@
Subproject commit bc9d35d992e6a7c4f9730cc040dedcc1f0d2fb30 Subproject commit b6c5bd07bbed6b58ec9426904affee05a4ca78e0

View File

@ -20,6 +20,9 @@ RUN : "${ARCH_TRIPLE:?Build argument needs to be set and non-empty.}"
RUN : "${TRIPLE_GNU:?Build argument needs to be set and non-empty.}" RUN : "${TRIPLE_GNU:?Build argument needs to be set and non-empty.}"
RUN rm -f /etc/apt/apt.conf.d/docker-clean; echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache RUN rm -f /etc/apt/apt.conf.d/docker-clean; echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
RUN sed -i "s|http://deb.debian.org/debian buster-backports|http://archive.debian.org/debian buster-backports|g" /etc/apt/sources.list.d/backports.list
RUN ls /etc/apt/sources.list.d
RUN cat /etc/apt/sources.list
ENV DEBIAN_FRONTEND=noninteractive ENV DEBIAN_FRONTEND=noninteractive
COPY .docker ./.docker COPY .docker ./.docker