Fixing Jenkins tests
This commit is contained in:
parent
c846cfa379
commit
3b799103ba
|
|
@ -1,5 +1,5 @@
|
|||
ARG SCHEME=chibi
|
||||
FROM debian:bookworm-slim AS build
|
||||
FROM debian:bookworm AS build
|
||||
RUN apt-get update && apt-get install -y chicken-bin build-essential
|
||||
RUN chicken-install r7rs
|
||||
RUN git clone https://gitea.scheme.org/Retropikzel/compile-r7rs.git --depth=1
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
ARG SCHEME=chibi
|
||||
FROM debian:bookworm-slim AS build
|
||||
FROM debian:bookworm AS build
|
||||
RUN apt-get update && apt-get install -y chicken-bin build-install
|
||||
RUN chicken-install r7rs
|
||||
RUN git clone https://gitea.scheme.org/Retropikzel/compile-r7rs.git --depth=1
|
||||
|
|
|
|||
Loading…
Reference in New Issue