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 \
|
||||
pandoc \
|
||||
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 cd chibi-scheme && make && make install
|
||||
ARG SCHEME=chibi
|
||||
|
|
|
|||
Loading…
Reference in New Issue