diff --git a/docker-files/bc-dev-android-28 b/docker-files/bc-dev-android-28 index 6d3c8b4b7..8698a7c6e 100644 --- a/docker-files/bc-dev-android-28 +++ b/docker-files/bc-dev-android-28 @@ -19,7 +19,7 @@ ENV ANDROID_HOME /opt/android-sdk-linux # Install common general tools RUN apt-get update && \ - apt-get install -y curl nano sudo unzip vim wget openjdk-8-jdk-headless rsync ssh git && \ + apt-get install -y curl nano sudo unzip vim wget openjdk-8-jdk-headless rsync ssh git zip && \ apt-get clean # Get the Android tools diff --git a/docker-files/bc-dev-android-29 b/docker-files/bc-dev-android-29 index 728a3a8b8..66b2b91e1 100644 --- a/docker-files/bc-dev-android-29 +++ b/docker-files/bc-dev-android-29 @@ -19,7 +19,7 @@ ENV ANDROID_HOME /opt/android-sdk-linux # Install common general tools RUN apt-get update && \ - apt-get install -y curl nano sudo unzip vim wget openjdk-8-jdk-headless rsync ssh git && \ + apt-get install -y curl nano sudo unzip vim wget openjdk-8-jdk-headless rsync ssh git zip && \ apt-get clean # Get the Android tools