Leiningen and boot build images
1.2K
Make an alias like alias lein='docker run --rm -ti -v $PWD:/home/user/app -v $HOME/.m2:/home/user/.m2 --net host monkeyregal/clojure:openjdk-8-alpine-leiningen-2.6.1'
Preferably take the alpine versions, since they are smaller. If you cannot use Alpine linux (they have a different libc), then use the not Alpine version.
Content type
Image
Digest
Size
260.5 MB
Last updated
over 10 years ago
docker pull monkeyregal/clojure:openjdk-8-boot-2.5.2