Skip to content
Snippets Groups Projects
Unverified Commit 9d446f9c authored by Thomas Schmidt's avatar Thomas Schmidt Committed by GitHub
Browse files

Update devcontainer Dockerile (#38598)

parent a250611d
No related branches found
No related tags found
No related merge requests found
......@@ -2,10 +2,10 @@ FROM mcr.microsoft.com/vscode/devcontainers/java:11
# Set up nodesource, install node, yarn, fontconfig for static viz, rlwrap for dev ergonomics
RUN ( curl -fsSL https://deb.nodesource.com/setup_14.x | bash ) \
RUN ( curl -fsSL https://deb.nodesource.com/setup_18.x | bash ) \
&& export DEBIAN_FRONTEND=noninteractive \
&& apt-key adv --refresh-keys --keyserver keyserver.ubuntu.com \
&& apt-get update && apt-get -y install --no-install-recommends nodejs yarn rlwrap fontconfig
# install Clojure
RUN curl https://download.clojure.org/install/linux-install-1.11.0.1100.sh | bash
RUN curl https://download.clojure.org/install/linux-install-1.11.1.1262.sh | bash
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