aboutsummaryrefslogtreecommitdiff
path: root/podman/debian-testenv
diff options
context:
space:
mode:
authorjaseg <git@jaseg.de>2023-03-05 23:28:09 +0100
committerjaseg <git@jaseg.de>2023-03-05 23:28:09 +0100
commit89fa6fbf83c4be8e2394b456166c228c58428ea6 (patch)
tree369574bc2e483c9cc2f2bc46f88039e4ff4a3401 /podman/debian-testenv
parent7e7f4b1aa66e73d7568787ff2225a87a5e6c34d5 (diff)
downloadgerbolyze-89fa6fbf83c4be8e2394b456166c228c58428ea6.tar.gz
gerbolyze-89fa6fbf83c4be8e2394b456166c228c58428ea6.tar.bz2
gerbolyze-89fa6fbf83c4be8e2394b456166c228c58428ea6.zip
Fix unit tests
Diffstat (limited to 'podman/debian-testenv')
-rw-r--r--podman/debian-testenv2
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'