Commit 557cd4e8 by 蒋勇

d

parent 0d242292
#!/bin/bash
FROM registry.cn-beijing.aliyuncs.com/hantang2/python36:v29
RUN echo "http://dl-4.alpinelinux.org/alpine/v3.6/main" >> /etc/apk/repositories && echo "http://dl-4.alpinelinux.org/alpine/v3.6/community" >> /etc/apk/repositories
RUN apk update
RUN apk add chromium chromium-chromedriver
MAINTAINER jy "jiangyong@gongsibao.com"
RUN [ -d /apps ] && rm -rf /apps
ADD rpt_result /apps/rpt_result/
......
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