From ec43e3e6a79051e7d7c5387c05033f3c6be4daa7 Mon Sep 17 00:00:00 2001 From: Aben Date: Sun, 8 Sep 2024 13:07:01 +0800 Subject: [PATCH] chore(beancount): update fava ci workflow --- beancount/fava/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beancount/fava/Dockerfile b/beancount/fava/Dockerfile index 22c15ed..ea01d1a 100644 --- a/beancount/fava/Dockerfile +++ b/beancount/fava/Dockerfile @@ -12,5 +12,5 @@ EXPOSE 5000 ENTRYPOINT [ "fava" ] COPY requirements.txt . -RUN pip3 install -y fava==$FAVA_VERSION \ +RUN pip3 install fava==$FAVA_VERSION \ && pip3 install -r requirements.txt \ No newline at end of file