r7rs-tests/Dockerfile.jenkins

5 lines
275 B
Docker
Raw Normal View History

2024-10-05 05:40:20 -04:00
FROM schemers/gauche
RUN apt update && apt install -y docker.io make bash curl wget tree file build-essential
RUN wget https://github.com/ashinn/chibi-scheme/archive/refs/tags/0.11.tar.gz && tar -xf 0.11.tar.gz
RUN cd chibi-scheme-0.11 && ./configure && make && make install