A Dockerfile to configure Common Lisp execution environment based on Alpine Linux (from 2.0~).
$ docker pull eshamster/cl-base
$ docker run -v <a host folder>:/home/dev/work/lisp -it eshamster/cl-base /bin/ash
Note: /home/dev/work/lisp
is a sym-link to /home/dev/.roswell/local-projects
This mainly consists of ...
- Alpine Linux (with glibc)
- Roswell
- The following CL implementations are installed in default
- sbcl-bin
- The following CL implementations are installed in default
eshamster ([email protected])
Copyright (c) 2016 eshamster ([email protected])
Distributed under the MIT License