1
0
Fork 0

Add CA certs

master
Ambrose Chua 2017-10-19 20:05:07 +08:00
parent 4c24f140ce
commit 679591c1c2
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ ENV ANDROID_SDK_VERSION 3859397
# Update apt-get
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
ca-certificates \
build-essential \
software-properties-common \
unzip \