mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-28 09:08:50 +02:00
10 lines
178 B
Docker
10 lines
178 B
Docker
|
#
|
||
|
# Dockerfile from splash
|
||
|
#
|
||
|
|
||
|
FROM scrapinghub/splash
|
||
|
MAINTAINER kev <noreply@datageek.info>
|
||
|
|
||
|
ADD ./fonts/Songti.ttc /usr/local/share/fonts/
|
||
|
RUN fc-cache /usr/local/share/fonts/
|