Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -3,7 +3,7 @@ RUN chmod 777 -R /root
|
|
3 |
WORKDIR /app
|
4 |
RUN chmod 777 -R /app
|
5 |
RUN apt update -y && apt upgrade -y
|
6 |
-
RUN apt install nodejs
|
7 |
RUN apt install python3 -y && apt install python3-pip -y
|
8 |
RUN pip3 install flask --break-system-packages
|
9 |
RUN npm i gritty
|
|
|
3 |
WORKDIR /app
|
4 |
RUN chmod 777 -R /app
|
5 |
RUN apt update -y && apt upgrade -y
|
6 |
+
RUN apt-get install -y nodejs npm
|
7 |
RUN apt install python3 -y && apt install python3-pip -y
|
8 |
RUN pip3 install flask --break-system-packages
|
9 |
RUN npm i gritty
|