Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -8,5 +8,5 @@ USER root
|
|
| 8 |
RUN apt-get update && apt-get install -y wget python3 python3-pip && \
|
| 9 |
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb && \
|
| 10 |
apt install -y ./google-chrome-stable_current_amd64.deb && \
|
| 11 |
-
pip3 install psutil websocket-client filelock drissionpage
|
| 12 |
CMD python main.py
|
|
|
|
| 8 |
RUN apt-get update && apt-get install -y wget python3 python3-pip && \
|
| 9 |
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb && \
|
| 10 |
apt install -y ./google-chrome-stable_current_amd64.deb && \
|
| 11 |
+
pip3 install psutil websocket-client filelock drissionpage flask
|
| 12 |
CMD python main.py
|