Fixes for snow-chibi

This commit is contained in:
retropikzel 2025-09-15 19:02:53 +03:00
parent 7fbc877068
commit 4ef67eb5bc
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ RUN apt-get update && apt-get install -y \
gcc wget ca-certificates xz-utils make git libffi-dev unzip lbzip2 cmake \
g++ python3 locate zlib1g-dev
WORKDIR /build
ENV PATH=${PATH}:/opt/compile-r7rs/bin
ENV PATH=/opt/compile-r7rs/bin:${PATH}
RUN git clone https://github.com/ashinn/chibi-scheme.git --depth=1
RUN cd chibi-scheme && make DESTDIR=/opt/compile-r7rs/chibi all
RUN cd chibi-scheme && make DESTDIR=/opt/compile-r7rs/chibi install