aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile-debian-11-sqlite
Commit message (Collapse)AuthorAgeFilesLines
* Remove --system-site-packages argument to ./configure.Ben Sturmfels2021-09-181-1/+1
| | | | | | | | MediaGoblin ignores this argument and creates a virtualenv with --system-site-packages regardless. Appears it's been this way since the early days. Removing this make the installation instructions easier to read.
* Update Dockerfiles to install Python deps from PyPI as per deploy docs.Ben Sturmfels2021-08-211-8/+7
|
* Add make Debian package installation non-interactive.Ben Sturmfels2021-08-191-0/+2
|
* Update references to dockerfile.Ben Sturmfels2021-08-161-3/+3
|
* Remove Debian 10 development Dockerfile.Ben Sturmfels2021-08-151-1/+43
| | | | | Debian 11 has been released, so future releases need not provide explicit support for Debian 10.
* Remove dnf search in Dockerfile.Ben Sturmfels2021-04-051-0/+1
|
* Enable PDF support in Dockerfiles.Ben Sturmfels2021-03-301-0/+1
|
* Remove explicit dependency on kombu (sub-dependency of celery).Ben Sturmfels2021-03-301-1/+0
|
* Fix ordering in Debian 11 Dockerfile.Ben Sturmfels2021-03-301-3/+3
|
* Add `pip freeze` to Docker and CI builds for later troubleshooting.Ben Sturmfels2021-03-301-0/+3
|
* Build docs in Docker and CI.Ben Sturmfels2021-03-291-1/+10
|
* Add stub Dockerfile for Debian 11.Ben Sturmfels2021-03-281-0/+151