Update tdlib
This commit is contained in:
parent
7ae6ebdb05
commit
b874cb27ae
@ -1 +1 @@
|
||||
Subproject commit bc9d35d992e6a7c4f9730cc040dedcc1f0d2fb30
|
||||
Subproject commit b6c5bd07bbed6b58ec9426904affee05a4ca78e0
|
@ -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 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
|
||||
COPY .docker ./.docker
|
||||
|
Loading…
Reference in New Issue
Block a user