Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -19,8 +19,8 @@ RUN git clone https://github.com/searxng/searxng-docker
|
|
19 |
|
20 |
ENV COMPOSE_VERSION=1.29.2
|
21 |
|
22 |
-
RUN curl -L "https://github.com/docker/compose/releases/download/${COMPOSE_VERSION}/docker-compose-$(uname -s)-$(uname -m)" -o /
|
23 |
-
&& chmod +x /
|
24 |
|
25 |
|
26 |
RUN sed -i "s|ultrasecretkey|$(openssl rand -hex 32)|g" searxng/settings.yml
|
|
|
19 |
|
20 |
ENV COMPOSE_VERSION=1.29.2
|
21 |
|
22 |
+
RUN curl -L "https://github.com/docker/compose/releases/download/${COMPOSE_VERSION}/docker-compose-$(uname -s)-$(uname -m)" -o /bin/sh/code/docker-compose \
|
23 |
+
&& chmod +x /bin/sh/code/docker-compose
|
24 |
|
25 |
|
26 |
RUN sed -i "s|ultrasecretkey|$(openssl rand -hex 32)|g" searxng/settings.yml
|