Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -8,7 +8,7 @@ RUN pip install --upgrade pip
|
|
8 |
RUN git clone https://github.com/searx/searx.git /code/searx-src
|
9 |
|
10 |
# Zainstaluj wymagane pakiety
|
11 |
-
RUN
|
12 |
|
13 |
# Ustaw środowisko wirtualne jako domyślne dla interpretera Pythona
|
14 |
ENV VIRTUAL_ENV=/usr/local/searx/searx-pyenv
|
|
|
8 |
RUN git clone https://github.com/searx/searx.git /code/searx-src
|
9 |
|
10 |
# Zainstaluj wymagane pakiety
|
11 |
+
RUN pip install -r /code/searx-src/requirements.txt
|
12 |
|
13 |
# Ustaw środowisko wirtualne jako domyślne dla interpretera Pythona
|
14 |
ENV VIRTUAL_ENV=/usr/local/searx/searx-pyenv
|