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