Fixing Jenkins tests
This commit is contained in:
parent
c513c8ff3b
commit
639a074841
|
|
@ -22,7 +22,7 @@ RUN apt-get update && apt-get install -y \
|
||||||
markdown \
|
markdown \
|
||||||
pandoc \
|
pandoc \
|
||||||
weasyprint
|
weasyprint
|
||||||
COPY --from=build /usr/local /usr/local
|
COPY --from=build /usr/local/bin/compile-r7rs /usr/local-other/bin/compile-r7rs
|
||||||
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 && make install
|
RUN cd chibi-scheme && make && make install
|
||||||
ARG SCHEME=chibi
|
ARG SCHEME=chibi
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue