From 4ef67eb5bca3c22208f0b5139e9052da5cd9e226 Mon Sep 17 00:00:00 2001 From: retropikzel Date: Mon, 15 Sep 2025 19:02:53 +0300 Subject: [PATCH] Fixes for snow-chibi --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 152c26e..a6d4fb9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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