Improving tests
This commit is contained in:
parent
42ab1755e2
commit
f5b71f7547
|
|
@ -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 emscripten
|
git ca-certificates
|
||||||
|
|
||||||
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