summaryrefslogtreecommitdiff
path: root/testing
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2018-04-30 06:02:27 (GMT)
committerAlexey Neyman <stilor@att.net>2018-04-30 06:02:27 (GMT)
commitb04bd522709fabbff4ebb010d12a8724df2c66c3 (patch)
treeb5218df8b7d86fc1a817b7c73d496080484a65aa /testing
parenta3cc62a52c143d76cde25fe0e04acdaf21ca6d0d (diff)
Add unzip to ArchLinux docker image
Needed by android sample. Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'testing')
-rw-r--r--testing/docker/archlinux/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/docker/archlinux/Dockerfile b/testing/docker/archlinux/Dockerfile
index eee2f47..4c90925 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