Skip to content
Snippets Groups Projects
Unverified Commit ae9f1d8c authored by Ariya Hidayat's avatar Ariya Hidayat Committed by GitHub
Browse files

devcontainer: Remove Leiningen and use the latest Clojure (#17327)

parent 7285e3d4
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,10 @@ FROM mcr.microsoft.com/vscode/devcontainers/java:11
RUN apt-key adv --refresh-keys --keyserver keyserver.ubuntu.com\
&& apt-get update && export DEBIAN_FRONTEND=noninteractive \
&& apt-get -y install --no-install-recommends leiningen yarn
&& apt-get -y install --no-install-recommends yarn
RUN curl -fsSL https://deb.nodesource.com/setup_14.x | bash
RUN apt-get update && apt-get -y install --no-install-recommends nodejs
\ No newline at end of file
RUN apt-get update && apt-get -y install --no-install-recommends nodejs
RUN curl -O https://download.clojure.org/install/linux-install-1.10.3.933.sh \
&& bash ./linux-install-1.10.3.933.sh
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment