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