]> granicus.if.org Git - graphviz/commitdiff
add libfmt-dev to Ubuntu 22.04 Dockerfile
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Sun, 6 Mar 2022 13:11:31 +0000 (14:11 +0100)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Mon, 25 Jul 2022 18:24:05 +0000 (20:24 +0200)
It is going to be used in new tests in upcoming commits.

ci/ubuntu-22.04/Dockerfile

index 215a6f57b907ea9b99c549764a046b67a5afc8b3..a93725cf78f678d14a0148210b60e69bbb5e26fb 100644 (file)
@@ -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 \