Update Dockerfile
Browse files- Dockerfile +0 -4
Dockerfile
CHANGED
@@ -22,8 +22,4 @@ RUN apk upgrade --no-cache \
|
|
22 |
uwsgi \
|
23 |
uwsgi-python3 \
|
24 |
brotli \
|
25 |
-
&& pip3 install --upgrade pip wheel setuptools \
|
26 |
-
&& pip3 install --no-cache -r requirements.txt \
|
27 |
-
&& apk del build-dependencies \
|
28 |
-
&& rm -rf /root/.cache
|
29 |
RUN git clone https://github.com/searx/searx
|
|
|
22 |
uwsgi \
|
23 |
uwsgi-python3 \
|
24 |
brotli \
|
|
|
|
|
|
|
|
|
25 |
RUN git clone https://github.com/searx/searx
|