Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -15,6 +15,7 @@ RUN apk upgrade --no-cache \
|
|
15 |
git \
|
16 |
docker \
|
17 |
docker-compose \
|
|
|
18 |
curl
|
19 |
|
20 |
RUN git clone https://github.com/searxng/searxng-docker
|
|
|
15 |
git \
|
16 |
docker \
|
17 |
docker-compose \
|
18 |
+
open-ssl \
|
19 |
curl
|
20 |
|
21 |
RUN git clone https://github.com/searxng/searxng-docker
|