diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index a205a5272cdcadb689b10b721109363c8a506367..37a7da19f811c49c6faa9c623f9a4c5307724477 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -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