Fixes for snow-chibi
This commit is contained in:
parent
7fbc877068
commit
4ef67eb5bc
|
@ -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 \
|
gcc wget ca-certificates xz-utils make git libffi-dev unzip lbzip2 cmake \
|
||||||
g++ python3 locate zlib1g-dev
|
g++ python3 locate zlib1g-dev
|
||||||
WORKDIR /build
|
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 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 all
|
||||||
RUN cd chibi-scheme && make DESTDIR=/opt/compile-r7rs/chibi install
|
RUN cd chibi-scheme && make DESTDIR=/opt/compile-r7rs/chibi install
|
||||||
|
|
Loading…
Reference in New Issue