Fixing tests

This commit is contained in:
retropikzel 2026-07-21 20:56:39 +03:00
parent f5260cea9c
commit de0a71a828
1 changed files with 5 additions and 4 deletions

View File

@ -1,7 +1,8 @@
FROM debian:trixie-slim FROM debian:trixie-slim
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
gcc ca-certificates libffi-dev docker.io make gcc ca-certificates libffi-dev docker.io make curl
RUN git clone https://github.com/ashinn/chibi-scheme.git --depth=1 \ RUN git clone https://github.com/ashinn/chibi-scheme.git --depth=1 \
&& make -C chibi-scheme \ && cd chibi-scheme \
&& make -C chibi-scheme install && chibi-scheme \
RUN snow-chibi install --impls=chibi --always-yes retropikzel.test-r7rs && chibi-scheme install
RUN snow-chibi install --impls=chibi retropikzel.test-r7rs