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

devcontainer: Ensure that Node.js and Yarn are installed (#17237)

parent 1a926314
No related merge requests found
......@@ -2,4 +2,7 @@ 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
&& apt-get -y install --no-install-recommends leiningen 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
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