Fixing tests
This commit is contained in:
parent
ce2a356bd4
commit
8e64ad6a19
|
@ -7,10 +7,7 @@ RUN apt-get update && apt-get install -y \
|
||||||
libffi-dev \
|
libffi-dev \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
git \
|
git \
|
||||||
pandoc \
|
pandoc
|
||||||
chicken-bin
|
|
||||||
RUN chicken-install r7rs
|
|
||||||
ENV PATH=${PATH}:/usr/local-other/bin
|
|
||||||
ARG SCHEME=chibi
|
ARG SCHEME=chibi
|
||||||
ENV COMPILE_R7RS=${SCHEME}
|
ENV COMPILE_R7RS=${SCHEME}
|
||||||
COPY --from=local-build-compile-r7rs /opt/compile-r7rs /opt/compile-r7rs
|
COPY --from=local-build-compile-r7rs /opt/compile-r7rs /opt/compile-r7rs
|
||||||
|
|
Loading…
Reference in New Issue