Adding testing

This commit is contained in:
retropikzel 2025-10-24 20:49:06 +03:00
parent 9bcb972c01
commit c5714742b6
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
FROM debian:trixie
RUN apt-get update && apt-get install -y \
build-essential make docker.io git ca-certificates
build-essential make docker.io git ca-certificates libffi-dev
RUN git clone https://github.com/ashinn/chibi-scheme.git --depth=1
RUN git clone https://codeberg.org/retropikzel/compile-r7rs.git --depth=1 --branch=silence
WORKDIR /chibi-scheme