Fixing Jenkins tests

This commit is contained in:
retropikzel 2025-07-09 08:12:30 +03:00
parent ec89a2d4ed
commit c22c4f4614
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
ARG SCHEME=chibi
FROM schemers/${COMPILE_R7RS}
FROM schemers/${SCHEME}:head
RUN apt-get update && apt-get install -y \
build-essential \
git \

View File

@ -1,5 +1,5 @@
ARG SCHEME=chibi
FROM schemers/${SCHEME}
FROM schemers/${SCHEME}:head
RUN apt-get update && apt-get install -y \
build-essential \
git \