Skip to content

Commit

Permalink
Add beanprice to Docker image
Browse files Browse the repository at this point in the history
Unfortunately, beanprice isn't on PyPi
(beancount/beanprice#3) and hasn't had a
release in years (beancount/beanprice#84).
Therefore, we have to use to just install what's in the repo...

Issue: #32
  • Loading branch information
fdw committed Jan 4, 2024
1 parent 8e80db4 commit ec6e801
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ RUN CFLAGS=-s pip3 install -U /tmp/build/beancount
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

RUN pip3 uninstall -y pip

Expand Down

0 comments on commit ec6e801

Please sign in to comment.