Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove --system-site-packages argument to ./configure. | Ben Sturmfels | 2021-09-18 | 1 | -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 Sturmfels | 2021-08-21 | 1 | -8/+7 |
| | |||||
* | Add make Debian package installation non-interactive. | Ben Sturmfels | 2021-08-19 | 1 | -0/+2 |
| | |||||
* | Update references to dockerfile. | Ben Sturmfels | 2021-08-16 | 1 | -3/+3 |
| | |||||
* | Remove Debian 10 development Dockerfile. | Ben Sturmfels | 2021-08-15 | 1 | -1/+43 |
| | | | | | Debian 11 has been released, so future releases need not provide explicit support for Debian 10. | ||||
* | Remove dnf search in Dockerfile. | Ben Sturmfels | 2021-04-05 | 1 | -0/+1 |
| | |||||
* | Enable PDF support in Dockerfiles. | Ben Sturmfels | 2021-03-30 | 1 | -0/+1 |
| | |||||
* | Remove explicit dependency on kombu (sub-dependency of celery). | Ben Sturmfels | 2021-03-30 | 1 | -1/+0 |
| | |||||
* | Fix ordering in Debian 11 Dockerfile. | Ben Sturmfels | 2021-03-30 | 1 | -3/+3 |
| | |||||
* | Add `pip freeze` to Docker and CI builds for later troubleshooting. | Ben Sturmfels | 2021-03-30 | 1 | -0/+3 |
| | |||||
* | Build docs in Docker and CI. | Ben Sturmfels | 2021-03-29 | 1 | -1/+10 |
| | |||||
* | Add stub Dockerfile for Debian 11. | Ben Sturmfels | 2021-03-28 | 1 | -0/+151 |