aboutsummaryrefslogtreecommitdiff
path: root/podman/arch-testenv
blob: 3d75cc97734d51bf3f2f66b8a76bb3e75a00a8b7 (plain)
1
2
3
4
5
6
7
8
9
10
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 gerbv rsync
RUN python3 -m pip install pytest-parallel setuptools wasmtime
RUN rustup install stable
RUN rustup default stable
RUN cargo install resvg
RUN python3 -m pip install --upgrade gerbonara