summaryrefslogtreecommitdiff
path: root/testing/docker/archlinux/Dockerfile
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2018-04-30 06:58:26 (GMT)
committerGitHub <noreply@github.com>2018-04-30 06:58:26 (GMT)
commitd7eed4ee52a793663ab364e2c0bb6b4303d4d6a5 (patch)
tree3668983f0de90401bbe0ca710cc937a6107056c0 /testing/docker/archlinux/Dockerfile
parent5c24106d3b6ddb5229874a74e3cfe0059fa8ce8d (diff)
parentbd60424e099623a148a5d186c6f268807e33896c (diff)
Merge pull request #954 from stilor/archlinux-add-unzip
Add unzip to archlinux image
Diffstat (limited to 'testing/docker/archlinux/Dockerfile')
-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