2
0
mirror of https://github.com/searx/searx synced 2025-08-30 14:08:47 +00:00

Merge pull request #1450 from ZEROF/patch-1

Update Dockerfile
This commit is contained in:
pofilo
2018-11-29 11:55:48 +01:00
committed by GitHub

View File

@@ -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 \