Skip to content

jgoldfar/alpine-sbcl

Repository files navigation

Bootstrapped SBCL build on Alpine

Docker Pulls

Build and push docker images

Updated images for a SBCL build for Alpine.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

For more information, reach out to the team at desert.frog.solutions@gmail.com or desertfrogsolutions.com

Setup

Get Docker configured on your system, then build the image with

docker build -t jgoldfar/alpine-sbcl -f Dockerfile.3.17 .

Usage:

docker run --rm -i --user="$(id -u):$(id -g)" --net=none -v "$(pwd)":/data jgoldfar/alpine-sbcl

The WORKDIR in the container is /data, and with the above command the working directory is mounted to /data inside container.

About

Bootstrap build for SBCL in Alpine Linux, since it's not available for older Alpine versions

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors