commit f2f49f671ecd09daa7dc607e9d9d048cccf04908 parent 4fc18e127b9aae23c171740844c7546817f17aa2 Author: Devan Carpenter <devan@taler.net> Date: Mon, 4 Mar 2024 21:04:10 -0500 add newly required pandoc dep for exchange Diffstat:
| M | Dockerfile | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/Dockerfile b/Dockerfile @@ -60,7 +60,8 @@ RUN apt-get update && apt-get -y upgrade && apt-get --no-install-recommends inst python3-flask-babel \ uwsgi \ python3-bs4 \ - pybuild-plugin-pyproject + pybuild-plugin-pyproject \ + pandoc # old: libzbar-dev