diff --git a/dockerfiles/Dockerfile.snow-chibi-install-test b/dockerfiles/Dockerfile.snow-chibi-install-test index b88263d..eabd846 100644 --- a/dockerfiles/Dockerfile.snow-chibi-install-test +++ b/dockerfiles/Dockerfile.snow-chibi-install-test @@ -23,7 +23,7 @@ RUN apt-get update && apt-get install -y \ pandoc \ weasyprint COPY --from=build /usr/local/ /usr/local-other -ENV PATH=/usr/local-other:${PATH} +ENV PATH=/usr/local-other/bin:${PATH} RUN git clone https://github.com/ashinn/chibi-scheme.git --depth=1 RUN cd chibi-scheme && make && make install ARG SCHEME=chibi diff --git a/dockerfiles/Dockerfile.test b/dockerfiles/Dockerfile.test index b60095e..e079ede 100644 --- a/dockerfiles/Dockerfile.test +++ b/dockerfiles/Dockerfile.test @@ -20,7 +20,7 @@ RUN apt-get update && apt-get install -y \ libffi-dev \ libmbedtls-dev COPY --from=build /usr/local/ /usr/local-other -ENV PATH=/usr/local-other:${PATH} +ENV PATH=/usr/local-other/bin:${PATH} ARG SCHEME=chibi ENV COMPILE_R7RS=${SCHEME} RUN mkdir -p ${HOME}/.snow && echo "()" > ${HOME}/.snow/config.scm