Add unzip to ArchLinux docker image

Needed by android sample.

Signed-off-by: Alexey Neyman <stilor@att.net>
dev-linux
Alexey Neyman 5 years ago
parent a3cc62a52c
commit b04bd52270

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

Loading…
Cancel
Save