Orion-zhen commited on
Commit
1c884b5
·
verified ·
1 Parent(s): 416dace

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -1,6 +1,7 @@
1
  FROM ghcr.io/open-webui/open-webui:main
2
 
3
  RUN apt-get update && apt-get install -y python3 python3-pip curl
 
4
  RUN pip3 install --no-cache-dir webdavclient3 requests
5
 
6
  COPY sync_data.sh sync_data.sh
 
1
  FROM ghcr.io/open-webui/open-webui:main
2
 
3
  RUN apt-get update && apt-get install -y python3 python3-pip curl
4
+ RUN pip3 install -U --no-cache-dir duckduckgo_search==6.3.5
5
  RUN pip3 install --no-cache-dir webdavclient3 requests
6
 
7
  COPY sync_data.sh sync_data.sh