diff --git a/services/web/Dockerfile b/services/web/Dockerfile index 6d357600..11c5d7a3 100644 --- a/services/web/Dockerfile +++ b/services/web/Dockerfile @@ -1,10 +1,10 @@ FROM ubuntu:18.04 -MAINTAINER "Keiron O'Shea " +LABEL authors="Keiron O'Shea , Chuan Lu " RUN apt-get update && apt-get install -y curl -RUN curl -sL https://deb.nodesource.com/setup_10.x | bash - \ +RUN curl -sL https://deb.nodesource.com/setup_14.x | bash - \ && apt-get install -y nodejs RUN apt-get -y install python3 python3-pip python3-wheel python3-setuptools \