Fix compile-r7rs installing in container

This commit is contained in:
retropikzel 2025-06-27 16:10:25 +03:00
parent 936d250b3c
commit 6850991604
1 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,8 @@ RUN apt-get update && apt-get install -y \
libmbedtls-dev \ libmbedtls-dev \
markdown \ markdown \
pandoc \ pandoc \
weasyprint weasyprint \
chicken-bin
RUN git clone https://github.com/Retropikzel/chibi-scheme.git --branch=snow-chibi-foreign-depends RUN git clone https://github.com/Retropikzel/chibi-scheme.git --branch=snow-chibi-foreign-depends
RUN cd chibi-scheme && make && make install RUN cd chibi-scheme && make && make install
RUN chicken-install r7rs RUN chicken-install r7rs