diff options
author | pofilo <git@pofilo.fr> | 2018-11-29 11:55:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-29 11:55:48 +0100 |
commit | ab8f7083e284f9ece03b98410d894c1d49a6317b (patch) | |
tree | 1a931f05265101a2dfa460170588fb8ba810bdff | |
parent | bc7c8a3973a8614dfb14d97b853c9a46ddcabab1 (diff) | |
parent | 6b462afe74fb5c0f5bfcb47abd243bc1795b6e71 (diff) | |
download | searxng-ab8f7083e284f9ece03b98410d894c1d49a6317b.tar.gz searxng-ab8f7083e284f9ece03b98410d894c1d49a6317b.zip |
Merge pull request #1450 from ZEROF/patch-1
Update Dockerfile
-rw-r--r-- | Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile index 198dd1d78..10fb9aa38 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,6 +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 --no-cache -r requirements.txt \ && apk del \ build-base \ |