From 679591c1c2a17b025cd44dd761c61f2296d654b3 Mon Sep 17 00:00:00 2001 From: Ambrose Chua Date: Thu, 19 Oct 2017 20:05:07 +0800 Subject: [PATCH] Add CA certs --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 57f5fa5..b1061af 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \