Switch to new compile-r7rs

This commit is contained in:
retropikzel 2025-06-25 08:31:38 +03:00
parent 308491dd2f
commit cb06ceb1bd
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ RUN apt-get update && apt-get install -y \
libffi-dev \
libmbedtls-dev \
chicken-bin
RUN chicken-install r7rs
RUN git clone https://gitea.scheme.org/Retropikzel/compile-r7rs.git --depth=1
RUN cd compile-r7rs && make && make install