Skip to content

Instantly share code, notes, and snippets.

@luksamuk
Last active April 28, 2019 21:43
Show Gist options
  • Save luksamuk/555f7fb650d70a772f7358c220330c5c to your computer and use it in GitHub Desktop.
Save luksamuk/555f7fb650d70a772f7358c220330c5c to your computer and use it in GitHub Desktop.
post-docker-travis-commonlisp2
FROM debian:9
RUN apt update && apt install -y curl make bzip2 libcurl3-gnutls &&\
curl -L -O https://github.com/roswell/roswell/releases/download/v19.4.10.98/roswell_19.4.10.98-1_amd64.deb &&\
dpkg -i *.deb && rm *.deb
ENV PATH="/root/.roswell/bin:${PATH}"
RUN ros install sbcl-bin && ros use sbcl-bin
RUN ros install qlot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment