adowu commited on
Commit
387a292
·
verified ·
1 Parent(s): b5b599c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -25,10 +25,10 @@ RUN python3 -m venv /usr/local/searx/searx-pyenv && \
25
  # Activate virtual environment and install setuptools, wheel, and setuptools_scm, cython
26
  RUN . /usr/local/searx/searx-pyenv/bin/activate && \
27
  pip install -U pip setuptools==58.0.4 wheel setuptools_scm cython
28
-
29
  # Install pyyaml separately
30
  RUN . /usr/local/searx/searx-pyenv/bin/activate && \
31
- pip install pyyaml==5.4.1
32
 
33
  # Install searx dependencies
34
  RUN . /usr/local/searx/searx-pyenv/bin/activate && \
 
25
  # Activate virtual environment and install setuptools, wheel, and setuptools_scm, cython
26
  RUN . /usr/local/searx/searx-pyenv/bin/activate && \
27
  pip install -U pip setuptools==58.0.4 wheel setuptools_scm cython
28
+ RUN pip install --upgrade setuptools
29
  # Install pyyaml separately
30
  RUN . /usr/local/searx/searx-pyenv/bin/activate && \
31
+ pip install pyyaml==5.3.1
32
 
33
  # Install searx dependencies
34
  RUN . /usr/local/searx/searx-pyenv/bin/activate && \