3 COPY to 1

This commit is contained in:
Wetitpig 2019-02-15 19:00:40 +08:00 committed by Leonid Pliushch
parent 6fcfdbc83e
commit 4e9a1891ba
1 changed files with 1 additions and 3 deletions

View File

@ -10,9 +10,7 @@ FROM ubuntu:18.10
ENV LANG C.UTF-8
# Needed for setup:
COPY ./setup-ubuntu.sh /tmp/setup-ubuntu.sh
COPY ./setup-android-sdk.sh /tmp/setup-android-sdk.sh
COPY ./properties.sh /tmp/properties.sh
COPY ./setup-ubuntu.sh ./setup-android-sdk.sh ./properties.sh /tmp/
# Setup needed packages and the Android SDK and NDK:
RUN apt-get update && \