Fixing Jenkins tests

This commit is contained in:
retropikzel 2025-07-09 22:29:15 +03:00
parent c846cfa379
commit 3b799103ba
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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