Fixing Jenkins tests
This commit is contained in:
parent
639a074841
commit
3e46bffeb7
|
|
@ -1,9 +1,7 @@
|
||||||
ARG SCHEME=chibi
|
|
||||||
FROM debian:bookworm AS build
|
FROM debian:bookworm AS build
|
||||||
RUN apt-get update && apt-get install -y git make chicken-bin build-essential
|
RUN apt-get update && apt-get install -y git make chicken-bin build-essential
|
||||||
RUN chicken-install r7rs
|
RUN chicken-install r7rs
|
||||||
RUN git clone https://github.com/Retropikzel/compile-r7rs.git --depth=1
|
RUN git clone https://github.com/Retropikzel/compile-r7rs.git --depth=1
|
||||||
RUN ls
|
|
||||||
RUN cd compile-r7rs && make && make install
|
RUN cd compile-r7rs && make && make install
|
||||||
|
|
||||||
ARG SCHEME=chibi
|
ARG SCHEME=chibi
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue