Update base dependencies
This commit is contained in:
parent
7d8fb7ebf1
commit
5cfd5add12
1 changed files with 12 additions and 12 deletions
24
Dockerfile
24
Dockerfile
|
@ -20,26 +20,26 @@ RUN apk upgrade --no-cache \
|
||||||
&& apk add --no-cache -t build-dependencies \
|
&& apk add --no-cache -t build-dependencies \
|
||||||
build-base="0.5-r2" \
|
build-base="0.5-r2" \
|
||||||
py3-setuptools="47.0.0-r0" \
|
py3-setuptools="47.0.0-r0" \
|
||||||
python3-dev="3.8.5-r0" \
|
python3-dev="3.8.7-r0" \
|
||||||
libffi-dev="3.3-r2" \
|
libffi-dev="3.3-r2" \
|
||||||
libxslt-dev="1.1.34-r0" \
|
libxslt-dev="1.1.34-r0" \
|
||||||
libxml2-dev="2.9.10-r5" \
|
libxml2-dev="2.9.10-r6" \
|
||||||
openssl-dev="1.1.1i-r0" \
|
openssl-dev="1.1.1i-r0" \
|
||||||
tar="1.32-r1" \
|
tar="1.33-r1" \
|
||||||
git="2.26.2-r0" \
|
git="2.30.0-r0" \
|
||||||
curl="7.69.1-r3" \
|
curl="7.74.0-r0" \
|
||||||
&& apk add --no-cache \
|
&& apk add --no-cache \
|
||||||
ca-certificates="20191127-r4" \
|
ca-certificates="20191127-r5" \
|
||||||
su-exec="0.2-r1" \
|
su-exec="0.2-r1" \
|
||||||
python3="3.8.5-r0" \
|
python3="3.8.7-r0" \
|
||||||
py3-pip="20.1.1-r0" \
|
py3-pip="20.3.4-r0" \
|
||||||
libxml2="2.9.10-r5" \
|
libxml2="2.9.10-r6" \
|
||||||
libxslt="1.1.34-r0" \
|
libxslt="1.1.34-r0" \
|
||||||
openssl="1.1.1i-r0" \
|
openssl="1.1.1i-r0" \
|
||||||
tini="0.19.0-r0" \
|
tini="0.19.0-r0" \
|
||||||
uwsgi="2.0.18-r8" \
|
uwsgi="2.0.19.1-r1" \
|
||||||
uwsgi-python3="2.0.18-r8" \
|
uwsgi-python3="2.0.19.1-r1" \
|
||||||
brotli="1.0.9-r1" \
|
brotli="1.0.9-r3" \
|
||||||
&& curl -L "https://github.com/searx/searx/archive/${SEARX_VERSION}.tar.gz" | tar xvz --strip 1 && chown -R searx:searx * \
|
&& curl -L "https://github.com/searx/searx/archive/${SEARX_VERSION}.tar.gz" | tar xvz --strip 1 && chown -R searx:searx * \
|
||||||
&& pip3 install --upgrade pip \
|
&& pip3 install --upgrade pip \
|
||||||
&& pip3 install --no-cache -r requirements.txt \
|
&& pip3 install --no-cache -r requirements.txt \
|
||||||
|
|
Reference in a new issue