Add unzip to ArchLinux docker image

Needed by android sample.

Signed-off-by: Alexey Neyman <stilor@att.net>
This commit is contained in:
Alexey Neyman 2018-04-29 23:02:27 -07:00
parent a3cc62a52c
commit b04bd52270

View File

@ -1,3 +1,3 @@
FROM hoverbear/archlinux FROM hoverbear/archlinux
RUN pacman -Syu --noconfirm RUN pacman -Syu --noconfirm
RUN pacman -S --noconfirm base-devel git help2man python RUN pacman -S --noconfirm base-devel git help2man python unzip