zjow(fix): fix compatibility problems for werkzeug

#1
by zjowowen - opened
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -50,6 +50,7 @@ ADD --chown=user run.sh run.sh
50
  RUN python3 -m pip install --upgrade pip \
51
  && python3 -m pip install --no-cache-dir -r ./DI-sheep/service/requirement.txt \
52
  && python3 -m pip install --no-cache-dir DI-engine
 
53
 
54
  RUN cd ./DI-sheep/ui/ \
55
  && npm install react react-dom @types/react @types/react-dom \
 
50
  RUN python3 -m pip install --upgrade pip \
51
  && python3 -m pip install --no-cache-dir -r ./DI-sheep/service/requirement.txt \
52
  && python3 -m pip install --no-cache-dir DI-engine
53
+ && python3 -m pip install --no-cache-dir werkzeug==2.0.3
54
 
55
  RUN cd ./DI-sheep/ui/ \
56
  && npm install react react-dom @types/react @types/react-dom \