aboutsummaryrefslogtreecommitdiff
path: root/podman/arch-testenv
blob: 11b3087352228fc26c6f897420a5df16e32ddab9 (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
RUN rustup install stable
RUN rustup default stable
RUN cargo install usvg resvg
RUN python3 -m pip install --upgrade gerbonara