adowu commited on
Commit
a017923
·
verified ·
1 Parent(s): fe8b2a5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -3,7 +3,7 @@ FROM python:3.12
3
 
4
  # Ustaw katalog roboczy
5
  WORKDIR /code
6
- RUN sudo pip install --upgrade pip
7
  # Uruchom polecenie, aby sklonować repozytorium Searx
8
  RUN git clone https://github.com/searx/searx.git /code/searx-src
9
  RUN python -m venv venv && source venv/bin/activate
 
3
 
4
  # Ustaw katalog roboczy
5
  WORKDIR /code
6
+ RUN pip install --upgrade pip
7
  # Uruchom polecenie, aby sklonować repozytorium Searx
8
  RUN git clone https://github.com/searx/searx.git /code/searx-src
9
  RUN python -m venv venv && source venv/bin/activate