Commit 45b8e22f authored by 智勇's avatar 智勇

chromium-centos

parent c57c2e7a
...@@ -3,5 +3,9 @@ FROM primetoninc/jdk:1.8 ...@@ -3,5 +3,9 @@ FROM primetoninc/jdk:1.8
ENV TZ Asia/Shanghai ENV TZ Asia/Shanghai
RUN set -eux && \ RUN set -eux && \
yum install -y epel-release && \
yum install -y chromium && \
ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && \ ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && \
echo $TZ > /etc/timezone echo $TZ > /etc/timezone
\ No newline at end of file
COPY fonts/* /usr/share/fonts/
\ 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