Skip to content

Commit

Permalink
Add beanprice to Docker image (#35)
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 5, 2024
1 parent 8e80db4 commit d3a2b01
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@41576e2ac889e4825e4985b6f6c56aa71de28304

RUN pip3 uninstall -y pip

Expand Down

0 comments on commit d3a2b01

Please sign in to comment.