Making the jenkins build work

This commit is contained in:
retropikzel 2024-10-05 12:40:20 +03:00
parent f069be7c57
commit cbb9c9c0ed
1 changed files with 4 additions and 0 deletions

4
Dockerfile.jenkins Normal file
View File

@ -0,0 +1,4 @@
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