diff options
author | ZEROF <security@netmajstor.com> | 2018-11-29 18:49:03 +0100 |
---|---|---|
committer | pofilo <git@pofilo.fr> | 2018-11-29 18:49:03 +0100 |
commit | 81db2e07ea5dbaab6280ba6e3507c8a9068e1898 (patch) | |
tree | d6bc7f0d320eabe7c3e0754c5d0121fe68c52fc2 | |
parent | 0b7f0bde62f19f54105bf34cfca82cccb6e95720 (diff) | |
download | searxng-81db2e07ea5dbaab6280ba6e3507c8a9068e1898.tar.gz searxng-81db2e07ea5dbaab6280ba6e3507c8a9068e1898.zip |
Update Dockerfile (#1451)
- Forget one "\" in the process!
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index 10fb9aa38..1680c7bb2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,7 +32,7 @@ RUN echo "@commuedge http://nl.alpinelinux.org/alpine/edge/community" >> /etc/ap openssl-dev \ ca-certificates \ tini@commuedge \ - && pip install --upgrade pip + && pip install --upgrade pip \ && pip install --no-cache -r requirements.txt \ && apk del \ build-base \ |