summaryrefslogtreecommitdiff
path: root/podman/arch-testenv
blob: 2ab09a6fe61b60d22f1a38a6a3184992335c29b4 (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 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 rustup cargo rsync
RUN python3 -m pip install pytest-parallel
RUN rustup install stable
RUN rustup default stable
RUN cargo install usvg resvg