From 3aec4876426613dc5c9108ab02bf9e0044afb4b8 Mon Sep 17 00:00:00 2001 From: retropikzel Date: Sat, 27 Jun 2026 18:26:56 +0300 Subject: [PATCH] Fix jenkins tests --- Dockerfile.jenkins | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.jenkins b/Dockerfile.jenkins index c094bce..f2c3e5b 100644 --- a/Dockerfile.jenkins +++ b/Dockerfile.jenkins @@ -1,5 +1,5 @@ FROM debian:trixie -RUN apt-get update && apt-get -y install make docker.io git +RUN apt-get update && apt-get -y install build-essential libffi-dev docker.io git RUN git clone https://github.com/ashinn/chibi-scheme.git --depth=1 RUN cd chibi-scheme && make && make install RUN snow-chibi install --impls=chibi --always-yes test-r7rs