Commit c57c2e7a authored by 智勇's avatar 智勇

增加chromium-centos

parent 454cd69d
...@@ -3,7 +3,7 @@ ARG FROM_IMAGE ...@@ -3,7 +3,7 @@ ARG FROM_IMAGE
# https://accenture.github.io/blog/2016/10/28/smart-java-docker-containers.html # https://accenture.github.io/blog/2016/10/28/smart-java-docker-containers.html
# FROM ${FROM_IMAGE} as BUILD # FROM ${FROM_IMAGE} as BUILD
FROM ccr.ccs.tencentyun.com/qg-qa/jdk1.8:chromium FROM ccr.ccs.tencentyun.com/qg-qa/jdk1.8:chromium-centos
WORKDIR /home/quant_group WORKDIR /home/quant_group
......
FROM primetoninc/jdk:1.8
ENV TZ Asia/Shanghai
RUN set -eux && \
ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && \
echo $TZ > /etc/timezone
\ No newline at end of file
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