Switch to test-r7rs

This commit is contained in:
retropikzel 2026-03-26 08:29:58 +02:00
parent 9440430a20
commit 289d34c380
1 changed files with 4 additions and 1 deletions

View File

@ -1,2 +1,5 @@
FROM alpine
RUN apk add make docker
RUN apk add make git docker
RUN git clone https://codeberg.org/retropikzel/test-r7rs.git --depth=8 --branch=bugfixes
RUN cd test-r7rs && ./configure && make && make install
COPY --from=schemers/chibi:alpine-head /usr/local /usr/local