aboutsummaryrefslogtreecommitdiff
path: root/testing
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2018-04-29 23:02:27 -0700
committerAlexey Neyman <stilor@att.net>2018-04-29 23:02:27 -0700
commitb04bd522709fabbff4ebb010d12a8724df2c66c3 (patch)
treeb5218df8b7d86fc1a817b7c73d496080484a65aa /testing
parenta3cc62a52c143d76cde25fe0e04acdaf21ca6d0d (diff)
downloadcrosstool-ng-b04bd522709fabbff4ebb010d12a8724df2c66c3.tar.gz
crosstool-ng-b04bd522709fabbff4ebb010d12a8724df2c66c3.tar.bz2
crosstool-ng-b04bd522709fabbff4ebb010d12a8724df2c66c3.zip
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 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