3 COPY to 1

This commit is contained in:
Wetitpig 2019-02-15 19:00:40 +08:00 committed by Leonid Plyushch
parent 39db1f62d5
commit e15d923d21
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 && \