We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 761c2bb commit accf379Copy full SHA for accf379
Dockerfile
@@ -3,6 +3,9 @@ FROM python:3.8.4
3
ENV BEANCOUNT_INPUT_FILE ""
4
ENV FAVA_OPTIONS "-H 0.0.0.0 -p 5000"
5
6
+RUN apt update\
7
+ && apt install -y ghostscript
8
+
9
COPY requirements.txt .
10
11
RUN pip install -r requirements.txt
requirements.txt
@@ -1,3 +1,3 @@
1
fava==1.15
2
-tariochbctools==0.8.0
+tariochbctools==0.10.0
smart-importer==0.1
0 commit comments