修改为py3.8 添加whl文件

This commit is contained in:
liangzai450 2022-02-10 02:29:23 +08:00
parent 9a47d9ecd2
commit 67c3a8104c
8 changed files with 3 additions and 2 deletions

Binary file not shown.

View File

@ -11,8 +11,9 @@ COPY . .
COPY public/icons ./public/default_icons
RUN go build .
FROM python:latest
RUN pip3 install beancount -i https://pypi.tuna.tsinghua.edu.cn/simple
FROM python:3.8
RUN pip3 install setuptools wheel -i https://pypi.tuna.tsinghua.edu.cn/simple
RUN pip3 install setuptools wheel -i https://pypi.tuna.tsinghua.edu.cn/simple
WORKDIR /app
COPY --from=builder ./builder/public ./public

BIN
fava-1.18-py3-none-any.whl Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
whl/beancount-2.3.4.tar.gz Normal file

Binary file not shown.

Binary file not shown.