clj
Clojure tool to start a REPL or invoke a specific function with data. All options can be defined in a deps.edn file. More information: <https://clojure.org/guides/deps_and_cli>.
RUN apt-get update && \
apt-get install -y clojure
RUN apt-get update && \
apt-get install -y clojure
RUN pacman -S --noconfirm clojure
RUN apt-get update && \
apt-get install -y clojure
RUN dnf install -y clojure
RUN apt-get update && \
apt-get install -y clojure