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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -13,7 +13,8 @@ RUN apk upgrade --no-cache \
13
  openssl-dev \
14
  tar \
15
  git \
16
- docker
 
17
 
18
  RUN git clone https://github.com/searxng/searxng-docker
19
 
 
13
  openssl-dev \
14
  tar \
15
  git \
16
+ docker \
17
+ curl
18
 
19
  RUN git clone https://github.com/searxng/searxng-docker
20