compile-r7rs/Dockerfile.jenkins

5 lines
207 B
Docker

FROM schemers/chibi:head
RUN apt-get update && apt-get install -y make libffi-dev build-essential docker.io
RUN snow-chibi install --always-yes "(foreign c)"
RUN snow-chibi install --always-yes "(srfi 170)"