Commit fd7c8b47 by 蒋勇

d

parent c2c5c9fc
...@@ -4,7 +4,8 @@ MAINTAINER jy "jiangyong@gongsibao.com" ...@@ -4,7 +4,8 @@ MAINTAINER jy "jiangyong@gongsibao.com"
ADD rpt_result /apps/rpt_result/ ADD rpt_result /apps/rpt_result/
WORKDIR /apps/rpt_result/ WORKDIR /apps/rpt_result/
RUN apk add gcc RUN apk add gcc
RUN apk add build-essential RUN apk add --update alpine-sdk
# RUN apk add build-essential
RUN pip install -r requirements.txt RUN pip install -r requirements.txt
RUN pip install -U flask-cors RUN pip install -U flask-cors
RUN pip install pyecharts -U RUN pip install pyecharts -U
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment