修改为py3.8 添加whl文件
This commit is contained in:
parent
9a47d9ecd2
commit
67c3a8104c
Binary file not shown.
|
|
@ -11,8 +11,9 @@ COPY . .
|
||||||
COPY public/icons ./public/default_icons
|
COPY public/icons ./public/default_icons
|
||||||
RUN go build .
|
RUN go build .
|
||||||
|
|
||||||
FROM python:latest
|
FROM python:3.8
|
||||||
RUN pip3 install beancount -i https://pypi.tuna.tsinghua.edu.cn/simple
|
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
|
WORKDIR /app
|
||||||
COPY --from=builder ./builder/public ./public
|
COPY --from=builder ./builder/public ./public
|
||||||
|
|
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue