added zip to android docker images for lindoor
This commit is contained in:
parent
0620ef82d0
commit
9c881ca00e
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue