From f0b299121d6abd01b106ca9ffe8731cace5d0d3c Mon Sep 17 00:00:00 2001 From: Magnus Jacobsson Date: Sun, 6 Mar 2022 14:11:31 +0100 Subject: [PATCH] add libfmt-dev to Ubuntu 22.04 Dockerfile It is going to be used in new tests in upcoming commits. --- ci/ubuntu-22.04/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/ubuntu-22.04/Dockerfile b/ci/ubuntu-22.04/Dockerfile index 215a6f57b..a93725cf7 100644 --- a/ci/ubuntu-22.04/Dockerfile +++ b/ci/ubuntu-22.04/Dockerfile @@ -88,6 +88,7 @@ lcov \ # Libraries used in test catch2 \ libboost-dev \ +libfmt-dev \ libsvgpp-dev \ # install Python dependencies && python3 -m pip install --user --upgrade pip \ -- 2.40.0