删除fava

This commit is contained in:
RenLangMan 2022-02-10 12:40:07 +08:00
parent 2b0797b69c
commit 5adba01d8a
2 changed files with 2 additions and 2 deletions

View File

@ -18,8 +18,8 @@ RUN python3 -m pip install -U pip setuptools wheel -i https://pypi.tuna.tsinghua
COPY ./beancount-2.3.4-cp38-cp38-linux_x86_64.whl /tmp COPY ./beancount-2.3.4-cp38-cp38-linux_x86_64.whl /tmp
RUN pip3 install /tmp/beancount-2.3.4-cp38-cp38-linux_x86_64.whl -i https://pypi.tuna.tsinghua.edu.cn/simple RUN pip3 install /tmp/beancount-2.3.4-cp38-cp38-linux_x86_64.whl -i https://pypi.tuna.tsinghua.edu.cn/simple
COPY ./fava-1.18-py3-none-any.whl /tmp # COPY ./fava-1.18-py3-none-any.whl /tmp
RUN pip3 install /tmp/fava-1.18-py3-none-any.whl -i https://pypi.tuna.tsinghua.edu.cn/simple # RUN pip3 install /tmp/fava-1.18-py3-none-any.whl -i https://pypi.tuna.tsinghua.edu.cn/simple
WORKDIR /app WORKDIR /app

Binary file not shown.