Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-thompson-day8 authored Mar 27, 2024
1 parent 69d0253 commit 3379d5a
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,9 @@ ARG LEININGEN_VERSION="stable"
# [Optional] POLYLITH version
ARG POLYLITH_VERSION="0.2.13-alpha"

# [Optional] Boot version
ENV BOOT_VERSION=2.8.3

# [Optional] Clojure version used by Boot
ENV BOOT_CLOJURE_VERSION=${CLOJURE_VERSION}

# [Option] Install Clojure CLI tool
ARG INSTALL_CLOJURE_CLI="${templateOption:installClojureCli}"

# [Option] Install Boot
ARG INSTALL_BOOT="${templateOption:installBoot}"

# [Option] Install Leiningen
ARG INSTALL_LEININGEN="${templateOption:installLeiningen}"

Expand All @@ -45,11 +36,6 @@ RUN if [ "${INSTALL_CLOJURE_CLI}" = "true" ]; then \
&& rm /linux-install-${CLOJURE_CLI_VERSION}.sh \
&& su vscode -c "clj --version"; fi

RUN if [ "${INSTALL_BOOT}" = "true" ]; then \
curl -OL "https://github.com/boot-clj/boot-bin/releases/download/latest/boot.sh" \
&& chmod +x boot.sh \
&& mv boot.sh /usr/local/sbin/boot \
&& su vscode -c "boot -u"; fi

RUN if [ "${INSTALL_LEININGEN}" = "true" ]; then \
curl -OL "https://raw.githubusercontent.com/technomancy/leiningen/${LEININGEN_VERSION}/bin/lein" \
Expand Down

0 comments on commit 3379d5a

Please sign in to comment.