summaryrefslogtreecommitdiff
path: root/testing/docker/archlinux
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2018-04-15 21:29:09 (GMT)
committerAlexey Neyman <stilor@att.net>2018-04-15 21:29:09 (GMT)
commit715d6376bf87e102fd8a46af2f18dcc83ca913e0 (patch)
tree004f2d724771e2bf5e1e8ee165923199fb46cb2b /testing/docker/archlinux
parent5472517b31bde9b1ab71fd3369f3370e813e0351 (diff)
First stab at docker-based test framework
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'testing/docker/archlinux')
-rw-r--r--testing/docker/archlinux/Dockerfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/testing/docker/archlinux/Dockerfile b/testing/docker/archlinux/Dockerfile
new file mode 100644
index 0000000..eee2f47
--- /dev/null
+++ b/testing/docker/archlinux/Dockerfile
@@ -0,0 +1,3 @@
+FROM hoverbear/archlinux
+RUN pacman -Syu --noconfirm
+RUN pacman -S --noconfirm base-devel git help2man python