zhzabcd commited on
Commit
d53f3bb
·
verified ·
1 Parent(s): c96a401

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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