From 5c3b4424042f05c8a0447372c7743b67a3524bb6 Mon Sep 17 00:00:00 2001 From: Ohad Lutzky Date: Mon, 26 Aug 2024 22:15:42 +0100 Subject: [PATCH 1/2] Update fava-portfolio-returns Previous version was failing to build because of an issue with the beangrow dependency --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 13aa853..75a3c01 100644 --- a/Dockerfile +++ b/Dockerfile @@ -46,7 +46,7 @@ RUN pip3 install -U /tmp/build/fava ADD requirements.txt . RUN pip3 install --require-hashes -U -r requirements.txt RUN pip3 install git+https://github.com/beancount/beanprice.git@41576e2ac889e4825e4985b6f6c56aa71de28304 -RUN pip3 install git+https://github.com/andreasgerstmayr/fava-portfolio-returns.git@de68b54f3ac517adfde3a4ccb41fdb09a0da41d1 +RUN pip3 install git+https://github.com/andreasgerstmayr/fava-portfolio-returns.git@152a1057c065c2ecd0e91ef62c9d73081f833329 RUN pip3 uninstall -y pip From a61899bd67cea0b927683092b002d76a58716cf4 Mon Sep 17 00:00:00 2001 From: Ohad Lutzky Date: Mon, 26 Aug 2024 22:19:53 +0100 Subject: [PATCH 2/2] Add fava-dashboards See https://github.com/andreasgerstmayr/fava-dashboards --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 75a3c01..a63b1c1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -47,6 +47,7 @@ ADD requirements.txt . RUN pip3 install --require-hashes -U -r requirements.txt RUN pip3 install git+https://github.com/beancount/beanprice.git@41576e2ac889e4825e4985b6f6c56aa71de28304 RUN pip3 install git+https://github.com/andreasgerstmayr/fava-portfolio-returns.git@152a1057c065c2ecd0e91ef62c9d73081f833329 +RUN pip3 install git+https://github.com/andreasgerstmayr/fava-dashboards@50a0b7c8b20e50b15bf491329e1ecab6598d8b96 RUN pip3 uninstall -y pip