2015-06-02 16:45:18 +08:00
|
|
|
#
|
|
|
|
# Dockerfile from splash
|
|
|
|
#
|
|
|
|
|
|
|
|
FROM scrapinghub/splash
|
2017-05-08 07:05:07 +08:00
|
|
|
MAINTAINER kev <noreply@easypi.pro>
|
2015-06-02 16:45:18 +08:00
|
|
|
|
|
|
|
ADD ./fonts/Songti.ttc /usr/local/share/fonts/
|
|
|
|
RUN fc-cache /usr/local/share/fonts/
|