From 0b20085b2cce748e0346938e28e01bbd5977afca Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Mon, 26 Sep 2022 23:18:24 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 454c9569..cc081700 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,8 @@ FROM python:3.8.10 ENV PYTHONUNBUFFERED 1 RUN pip install pipenv -RUN curl -sL https://deb.nodesource.com/setup_12.x | bash +RUN curl -sL https://deb.nodesource.com/setup_14.x | bash RUN apt-get install nodejs -y RUN apt-get install libgtk2.0-0 libgtk-3-0 libgbm-dev libnotify-dev libgconf-2-4 libnss3 libxss1 libasound2 libxtst6 xauth xvfb -y RUN apt-get install postgresql postgresql-contrib -y +RUN npm install --global yarn