summaryrefslogtreecommitdiff
path: root/Dockerfile
AgeCommit message (Collapse)Author
2019-01-14Define http proxy variables in Dockerfile before using thempelag0s
2019-01-12docker: allow configuring http proxy via env variablespelag0s
2018-11-29Update Dockerfile (#1451)ZEROF
- Forget one "\" in the process!
2018-11-29Update DockerfileZEROF
- Fix for docker image build error "Could not find a version that satisfies the requirement cffi!=1.11.3,>=1.7 (from versions: )"
2018-08-19Merge branch 'master' into patch-2Noémi Ványi
2018-08-19Update Docker image to Alpine 3.8Angristan
2018-08-19Merge branch 'master' into patch-2Adam Tauber
2018-03-10Use new LABEL syntax for DockerfileAngristan
https://docs.docker.com/engine/reference/builder/#maintainer-deprecated
2018-03-10Update to Alpine 3.7Angristan
https://www.alpinelinux.org/posts/Alpine-3.7.0-released.html
2018-02-13Change the version of alpine on the dockerfile to deploy Searx on ARM ↵Michael Vieira
architectures
2017-03-02Fix #872. Google search works again with docker.Juan Garcia Basilio
All the credit goes to Wonderfall. Thanks for that! See: https://github.com/Wonderfall/dockerfiles/issues/110
2017-02-23[enh] alpine version bump in dockerAdam Tauber
2017-02-08fix #850Jannik Winkel
2016-02-09Dockerfile enhancementsWonderfall
2016-01-15Some changes in Dockerfile:Thomas Renard
- searx/settings.yml is the right name in second sed line - COPY requirements.txt . does not work: "Not a directory"
2016-01-04Better DockerfileWonderfall
2016-01-04Better DockerfileWonderfall
2016-01-03Better DockerfileWonderfall
2016-01-03Better DockerfileWonderfall
2015-12-30Better Docker embedded supportWonderfall
2015-06-10Update Dockerfile.Giorgos Logiotatidis
- Install new packages needed to deploy search - Optimize dockerfile for more docker deamon caching - Pin a python2.7 base image.
2015-02-03Add Docker support.Giorgos Logiotatidis