summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorWonderfall <wonderfall@protonmail.com>2020-07-11 12:07:51 +0200
committerGitHub <noreply@github.com>2020-07-11 12:07:51 +0200
commit7b19e6c5f49767a0d30453ad2947c0f2844e8eb0 (patch)
treeb1acac6ebbcbe96498c218d262f467d7bd6422fc /Dockerfile
parent5165962fdc099aa47c24b69b3749eb01c8ac0e43 (diff)
Dockerfile: upgrade base to alpine 3.12 (#1983)
Author: Wonderfall <wonderfall@targaryen.house>
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 59098e03..b750031c 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM alpine:3.10
+FROM alpine:3.12
ENTRYPOINT ["/sbin/tini","--","/usr/local/searx/dockerfiles/docker-entrypoint.sh"]
EXPOSE 8080
VOLUME /etc/searx
@@ -45,6 +45,7 @@ RUN apk upgrade --no-cache \
ca-certificates \
su-exec \
python3 \
+ py3-pip \
libxml2 \
libxslt \
openssl \