Fixing tests
This commit is contained in:
parent
27d058bdb9
commit
fa63bbf18c
|
@ -1,7 +1,9 @@
|
||||||
FROM schemers/chibi:head
|
FROM schemers/chibi:head
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
build-essential ca-certifictaes git make docker.io
|
build-essential ca-certificates git make docker.io
|
||||||
|
RUN git clone https://github.com/ashinn/chibi-scheme.git --depth=1 \
|
||||||
WORKDIR /builddir
|
WORKDIR /builddir
|
||||||
|
&& cd chibi-scheme && make -j 16 && make -j 16 install
|
||||||
COPY Makefile .
|
COPY Makefile .
|
||||||
COPY compile-r7rs.scm .
|
COPY compile-r7rs.scm .
|
||||||
COPY libs/ libs/
|
COPY libs/ libs/
|
||||||
|
|
Loading…
Reference in New Issue