Update Dockerfile
Browse files- Dockerfile +1 -13
Dockerfile
CHANGED
@@ -9,17 +9,5 @@ RUN apk upgrade --no-cache \
|
|
9 |
libxml2-dev \
|
10 |
openssl-dev \
|
11 |
tar \
|
12 |
-
git
|
13 |
-
&& apk add --no-cache \
|
14 |
-
ca-certificates \
|
15 |
-
su-exec \
|
16 |
-
python3 \
|
17 |
-
py3-pip \
|
18 |
-
libxml2 \
|
19 |
-
libxslt \
|
20 |
-
openssl \
|
21 |
-
tini \
|
22 |
-
uwsgi \
|
23 |
-
uwsgi-python3 \
|
24 |
-
brotli \
|
25 |
RUN git clone https://github.com/searx/searx
|
|
|
9 |
libxml2-dev \
|
10 |
openssl-dev \
|
11 |
tar \
|
12 |
+
git
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
RUN git clone https://github.com/searx/searx
|