adowu commited on
Commit
3f9cc9a
·
verified ·
1 Parent(s): de92fe7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 /usr/local/bin/docker-compose \
23
- && chmod +x /usr/local/bin/docker-compose
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