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/debian-testenv | |
parent | 7e7f4b1aa66e73d7568787ff2225a87a5e6c34d5 (diff) | |
download | gerbolyze-89fa6fbf83c4be8e2394b456166c228c58428ea6.tar.gz gerbolyze-89fa6fbf83c4be8e2394b456166c228c58428ea6.tar.bz2 gerbolyze-89fa6fbf83c4be8e2394b456166c228c58428ea6.zip |
Fix unit tests
Diffstat (limited to 'podman/debian-testenv')
-rw-r--r-- | podman/debian-testenv | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/podman/debian-testenv b/podman/debian-testenv index 544b3f2..f01b887 100644 --- a/podman/debian-testenv +++ b/podman/debian-testenv @@ -7,5 +7,5 @@ RUN env DEBIAN_FRONTEND=noninteractive apt install -y libopencv-dev libpugixml-d RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y RUN sh -c '. ~/.cargo/env && rustup install stable' RUN sh -c '. ~/.cargo/env && rustup default stable' -RUN sh -c '. ~/.cargo/env && cargo install usvg' +RUN sh -c '. ~/.cargo/env && cargo install resvg' |