Improving tests
This commit is contained in:
parent
fe45e2340a
commit
b0e768b1b6
|
|
@ -5,7 +5,7 @@ ENV COMPILE_R7RS=${SCHEME}
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
build-essential libffi-dev libcurl4-openssl-dev curl guile-3.0 \
|
build-essential libffi-dev libcurl4-openssl-dev curl guile-3.0 \
|
||||||
git ca-certificates
|
git ca-certificates emscripten
|
||||||
|
|
||||||
COPY --from=schemers/loko:head /usr/local /usr/loko
|
COPY --from=schemers/loko:head /usr/local /usr/loko
|
||||||
RUN cp -r /usr/loko/* /usr/local/
|
RUN cp -r /usr/loko/* /usr/local/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue