From b04bd522709fabbff4ebb010d12a8724df2c66c3 Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Sun, 29 Apr 2018 23:02:27 -0700 Subject: Add unzip to ArchLinux docker image Needed by android sample. Signed-off-by: Alexey Neyman --- testing/docker/archlinux/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing') diff --git a/testing/docker/archlinux/Dockerfile b/testing/docker/archlinux/Dockerfile index eee2f47b..4c90925a 100644 --- a/testing/docker/archlinux/Dockerfile +++ b/testing/docker/archlinux/Dockerfile @@ -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 -- cgit v1.2.3