From 8098e033c26517ce76fdbffa90c73d8cc2bdc490 Mon Sep 17 00:00:00 2001
From: Gustavo S Frehse <gsf20@inf.ufpr.br>
Date: Tue, 29 Aug 2023 11:17:57 -0300
Subject: [PATCH] Issue #57: Add NodeJS to docker

---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 09642865..9d33bd0f 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -11,7 +11,7 @@ WORKDIR /app
 COPY Gemfile Gemfile.lock ./
 
 RUN apt update && \
-  apt install -y libarchive13 
+  apt install -y libarchive13 nodejs
 
 # Prevent libxml2 and libxslt conflicts
 RUN bundle config build.nokogiri --use-system-libraries
-- 
GitLab