adowu commited on
Commit
10274ba
·
verified ·
1 Parent(s): d441dac

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -5
Dockerfile CHANGED
@@ -15,17 +15,13 @@ RUN apk upgrade --no-cache \
15
  git \
16
  docker \
17
  docker-compose \
18
- open-ssl \
19
  curl
20
 
21
  RUN git clone https://github.com/searxng/searxng-docker
22
 
23
  WORKDIR /code/searxng-docker
24
 
25
- ENV COMPOSE_VERSION=1.29.2
26
-
27
- RUN curl -L "https://github.com/docker/compose/releases/download/${COMPOSE_VERSION}/docker-compose-$(uname -s)-$(uname -m)" -o docker-compose \
28
- && chmod +x docker-compose
29
 
30
 
31
  RUN sed -i "s|ultrasecretkey|$(openssl rand -hex 32)|g" searxng/settings.yml
 
15
  git \
16
  docker \
17
  docker-compose \
 
18
  curl
19
 
20
  RUN git clone https://github.com/searxng/searxng-docker
21
 
22
  WORKDIR /code/searxng-docker
23
 
24
+ RUN chmod +x docker-compose
 
 
 
25
 
26
 
27
  RUN sed -i "s|ultrasecretkey|$(openssl rand -hex 32)|g" searxng/settings.yml