From 390ad7a2fa3beccec15fe1e8452afe3a059d54e9 Mon Sep 17 00:00:00 2001 From: Domingo Dirutigliano Date: Wed, 22 Jun 2022 15:47:16 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index dcffd81..f12e86b 100755 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ #Building main conteiner FROM python:slim-buster -RUN apt-get update && apt-get -y install curl supervisor gettext-base build-essential libboost-dev nginx libboost-regex-dev libboost-system-dev +RUN apt-get update && apt-get -y install curl supervisor gettext-base build-essential libboost-dev nginx libboost-system-dev RUN curl -sL https://deb.nodesource.com/setup_16.x | bash RUN apt-get install nodejs