aboutsummaryrefslogtreecommitdiff
path: root/podman/arch-testenv
blob: 37236c99e8913df73ed7f016b821b5290c421438 (plain)
1
2
3
4
5
6
7
8
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