summaryrefslogtreecommitdiff
path: root/podman/arch-testenv
diff options
context:
space:
mode:
Diffstat (limited to 'podman/arch-testenv')
-rw-r--r--podman/arch-testenv6
1 files changed, 6 insertions, 0 deletions
diff --git a/podman/arch-testenv b/podman/arch-testenv
new file mode 100644
index 0000000..650438b
--- /dev/null
+++ b/podman/arch-testenv
@@ -0,0 +1,6 @@
+
+FROM docker.io/archlinux:latest
+MAINTAINER gerbolyze@jaseg.de
+RUN pacman --noconfirm -Syu
+RUN pacman --noconfirm -Sy git python python-pip base-devel python-numpy python-slugify python-lxml python-click python-pillow librsvg python-scipy python-sphinx python-pytest twine python-beautifulsoup4 gerbv
+