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 && \