From 4eb8f96b4ae286927359f008336df3d8c392f2cb Mon Sep 17 00:00:00 2001 From: badassdc <97864054+badassdc@users.noreply.github.com> Date: Tue, 10 Jan 2023 12:04:27 +0530 Subject: [PATCH] Update Dockerfile --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2374b11..de151ef 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,8 @@ RUN curl -sL https://deb.nodesource.com/setup_17.x | bash - \ && apt -y install make \ && apt -y install build-essential \ && apt -y install wget \ - && apt -y install curl + && apt -y install curl \ + && apt -y install pm2 # Install basic software support RUN apt-get update && \