Browse Source

Dockerfile: upgrade base to alpine 3.12 (#1983)

Author: Wonderfall <wonderfall@targaryen.house>
Wonderfall 4 years ago
parent
commit
7b19e6c5f4
1 changed files with 2 additions and 1 deletions
  1. 2 1
      Dockerfile

+ 2 - 1
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 \