mirror of
https://github.com/ilyakooo0/searx.git
synced 2024-11-28 18:14:53 +03:00
Update base of Dockerfile to Alpine 3.15
This commit is contained in:
parent
d8aa365473
commit
dff070abba
@ -1,4 +1,4 @@
|
||||
FROM alpine:3.12
|
||||
FROM alpine:3.15
|
||||
ENTRYPOINT ["/sbin/tini","--","/usr/local/searx/dockerfiles/docker-entrypoint.sh"]
|
||||
EXPOSE 8080
|
||||
VOLUME /etc/searx
|
||||
@ -46,7 +46,7 @@ RUN apk upgrade --no-cache \
|
||||
uwsgi \
|
||||
uwsgi-python3 \
|
||||
brotli \
|
||||
&& pip3 install --upgrade pip \
|
||||
&& pip3 install --upgrade pip wheel setuptools \
|
||||
&& pip3 install --no-cache -r requirements.txt \
|
||||
&& apk del build-dependencies \
|
||||
&& rm -rf /root/.cache
|
||||
|
Loading…
Reference in New Issue
Block a user