commit d8ed410e250d6805d696b2b72f2c3e2af4863248 parent 380e960e589b2a984e0c559515827025d9fd4e2a Author: Martin Schanzenbach <schanzen@gnunet.org> Date: Fri, 10 Apr 2026 17:27:49 +0200 ci: fix meson in container Diffstat:
| M | contrib/ci/Containerfile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/ci/Containerfile b/contrib/ci/Containerfile @@ -4,7 +4,7 @@ ENV DEBIAN_FRONTEND=noninteractive RUN apt-get update -yqq && \ apt-get install -yqq \ - autoconf \ + meson \ autopoint \ curl \ git \