don't use bootstraps from bintray

This commit is contained in:
Leonid Pliushch
2021-02-14 19:37:29 +02:00
parent e365779490
commit fbe6fe337b
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ ENV PATH /system/bin
SHELL ["/system/bin/sh", "-c"] SHELL ["/system/bin/sh", "-c"]
# Bootstrapping Termux environment. # Bootstrapping Termux environment.
ADD https://dl.bintray.com/termux/bootstrap/bootstrap-i686-v36.zip /data/data/com.termux/files/bootstrap.zip ADD https://github.com/termux/termux-packages/releases/download/bootstrap-2021.02.11-r1/bootstrap-i686.zip /data/data/com.termux/files/bootstrap.zip
COPY /system /system COPY /system /system
RUN /system/setup-termux.sh RUN /system/setup-termux.sh

View File

@@ -14,7 +14,7 @@ ENV PATH /system/bin
SHELL ["/system/bin/sh", "-c"] SHELL ["/system/bin/sh", "-c"]
# Bootstrapping Termux environment. # Bootstrapping Termux environment.
ADD https://dl.bintray.com/termux/bootstrap/bootstrap-x86_64-v36.zip /data/data/com.termux/files/bootstrap.zip ADD https://github.com/termux/termux-packages/releases/download/bootstrap-2021.02.11-r1/bootstrap-x86_64.zip /data/data/com.termux/files/bootstrap.zip
COPY /system /system COPY /system /system
RUN /system/setup-termux.sh RUN /system/setup-termux.sh