commit 623b6770aea51332f2c1370128558df1593b936d parent 64ca7d1c1c77930f447e809b08fd0b6309171180 Author: Martin Schanzenbach <schanzen@gnunet.org> Date: Sat, 26 Apr 2025 10:34:16 +0200 add recutils as build dependency Diffstat:
| M | contrib/ci/Containerfile | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/contrib/ci/Containerfile b/contrib/ci/Containerfile @@ -6,6 +6,7 @@ RUN apt-get update -yqq RUN apt-get upgrade -yqq RUN apt-get install -yqq \ git \ + recutils \ golang # Debian packaging tools