Dockerfile: copy termux_download.sh to docker image as well

Since it is now used by setup-android-sdk.sh.
This commit is contained in:
Henrik Grimler 2022-04-25 21:50:08 +02:00
parent a7e384c1d9
commit ad4ca4acc4
No known key found for this signature in database
GPG Key ID: B0076E490B71616B
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,8 @@ ENV LANG en_US.UTF-8
# Needed for setup:
COPY ./setup-ubuntu.sh ./setup-android-sdk.sh ./properties.sh /tmp/
RUN mkdir /tmp/build
COPY ./build/termux_download.sh /tmp/build/
# Setup needed packages and the Android SDK and NDK:
RUN apt-get update && \