Switch to test-r7rs
This commit is contained in:
parent
9440430a20
commit
289d34c380
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue