Skip to content

Commit

Permalink
feat update image and add base image build context
Browse files Browse the repository at this point in the history
  • Loading branch information
wertycn committed Aug 22, 2021
1 parent 5909e26 commit e0d1cde
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/base_image/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM centos:7
ADD ./google-chrome-stable_current_x86_64.rpm /google-chrome-stable_current_x86_64.rpm
RUN wget https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm -O /google-chrome-stable_current_x86_64.rpm
RUN yum -y install fontconfig
RUN yum -y localinstall /google-chrome-stable_current_x86_64.rpm
ADD WeiRuanYaHei.ttf /usr/share/fonts
Expand Down
Binary file not shown.

0 comments on commit e0d1cde

Please sign in to comment.