Fixing testing

This commit is contained in:
retropikzel 2026-01-27 20:21:13 +02:00
parent f08f6c3024
commit b64a539cdb
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ ARG SCHEME=chibi
ENV SCHEME=${SCHEME}
ARG RNRS=r7rs
ENV RNRS=${RNRS}
RUN apt-get update && apt-get install -y gcc curl make git
RUN apt-get update && apt-get install -y gcc curl make git xz-utils
COPY Makefile .
COPY test.sps .
COPY test.scm .