diff options
author | jaseg <git@jaseg.de> | 2023-03-05 23:28:09 +0100 |
---|---|---|
committer | jaseg <git@jaseg.de> | 2023-03-05 23:28:09 +0100 |
commit | 89fa6fbf83c4be8e2394b456166c228c58428ea6 (patch) | |
tree | 369574bc2e483c9cc2f2bc46f88039e4ff4a3401 /podman/arch-testenv | |
parent | 7e7f4b1aa66e73d7568787ff2225a87a5e6c34d5 (diff) | |
download | gerbolyze-89fa6fbf83c4be8e2394b456166c228c58428ea6.tar.gz gerbolyze-89fa6fbf83c4be8e2394b456166c228c58428ea6.tar.bz2 gerbolyze-89fa6fbf83c4be8e2394b456166c228c58428ea6.zip |
Fix unit tests
Diffstat (limited to 'podman/arch-testenv')
-rw-r--r-- | podman/arch-testenv | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/podman/arch-testenv b/podman/arch-testenv index 11b3087..3d75cc9 100644 --- a/podman/arch-testenv +++ b/podman/arch-testenv @@ -3,8 +3,8 @@ 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 python3 -m pip install pytest-parallel setuptools wasmtime RUN rustup install stable RUN rustup default stable -RUN cargo install usvg resvg +RUN cargo install resvg RUN python3 -m pip install --upgrade gerbonara |