Update Dockerfile

This commit is contained in:
Domingo Dirutigliano
2022-06-22 15:47:16 +02:00
committed by DomySh
parent 57178ffdb6
commit 390ad7a2fa

View File

@@ -1,7 +1,7 @@
#Building main conteiner #Building main conteiner
FROM python:slim-buster 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 curl -sL https://deb.nodesource.com/setup_16.x | bash
RUN apt-get install nodejs RUN apt-get install nodejs