From 05d9d683e555e7636d68a48360f1cf7c117ddda5 Mon Sep 17 00:00:00 2001 From: Moataz Nabil <45570191+moatazeldebsy@users.noreply.github.com> Date: Sat, 19 Sep 2020 15:01:08 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 92048df..389b97f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,10 +4,10 @@ ADD entrypoint.sh /entrypoint.sh RUN apt-get update && \ apt-get -y install sudo RUN apt-get -y install curl gnupg -RUN curl -sL https://deb.nodesource.com/setup_11.x | bash - +RUN curl -sL https://deb.nodesource.com/setup_14.x | bash - RUN apt-get -y install nodejs RUN npm install npm@latest -g RUN node -v RUN npm -v RUN chmod +x /entrypoint.sh -ENTRYPOINT ["/entrypoint.sh"] \ No newline at end of file +ENTRYPOINT ["/entrypoint.sh"]