added zip to android docker images for lindoor

This commit is contained in:
Peio Rigaux 2020-07-06 14:49:01 +02:00 committed by Peio Rigaux
parent 0620ef82d0
commit 9c881ca00e
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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