From ffb19fd87251b03f08db4e19c30faf60b7a453b2 Mon Sep 17 00:00:00 2001
From: Soraya Arias <soraya.arias@inria.fr>
Date: Wed, 23 Nov 2022 12:13:35 +0100
Subject: [PATCH] Correct nodejs installation

---
 docker/fidle_python_pip.dockerfile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docker/fidle_python_pip.dockerfile b/docker/fidle_python_pip.dockerfile
index 6099b46..efa2d1c 100644
--- a/docker/fidle_python_pip.dockerfile
+++ b/docker/fidle_python_pip.dockerfile
@@ -15,6 +15,8 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone &
     apt install wget curl git \
         python3-venv python3-pip && \
     apt -y dist-upgrade && \
+    curl -fsSL https://deb.nodesource.com/setup_lts.x |  bash - && \
+    apt install -y nodejs && \
     apt clean && \
     rm -fr /var/lib/apt/lists/*
 
-- 
GitLab