aboutsummaryrefslogtreecommitdiff
path: root/podman/arch-testenv
diff options
context:
space:
mode:
Diffstat (limited to 'podman/arch-testenv')
-rw-r--r--podman/arch-testenv9
1 files changed, 9 insertions, 0 deletions
diff --git a/podman/arch-testenv b/podman/arch-testenv
new file mode 100644
index 0000000..37236c9
--- /dev/null
+++ b/podman/arch-testenv
@@ -0,0 +1,9 @@
+
+FROM docker.io/archlinux:latest
+MAINTAINER gerbolyze@jaseg.de
+RUN pacman --noconfirm -Syu
+RUN pacman --noconfirm -Sy pugixml opencv pango cairo git python make clang rustup cargo python-pip base-devel
+RUN rustup install stable
+RUN rustup default stable
+RUN cargo install usvg
+