crosstool-ng/testing/docker/archlinux/Dockerfile
Alexey Neyman b04bd52270 Add unzip to ArchLinux docker image
Needed by android sample.

Signed-off-by: Alexey Neyman <stilor@att.net>
2018-04-29 23:02:27 -07:00

4 lines
116 B
Docker

FROM hoverbear/archlinux
RUN pacman -Syu --noconfirm
RUN pacman -S --noconfirm base-devel git help2man python unzip