Commit 680b26e0 by 蒋勇

d

parent f85cf09a
#!/bin/bash
FROM python:3.5-alpine
FROM python:3.6-alpine
MAINTAINER jy "jiangyong@gongsibao.com"
ADD rpt_result /apps/rpt_result/
WORKDIR /apps/rpt_result/
......@@ -12,7 +12,7 @@ RUN apk add --update alpine-sdk
# RUN apk add build-essential
RUN pip install -r requirements.txt
RUN pip install -U flask-cors
RUN pip install pyecharts -U
RUN pip3 install pyecharts -U
RUN pip install snapshot-selenium
RUN pip install oss2
RUN pip install docxtpl
......
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