mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:15 +02:00
10 lines
175 B
Docker
10 lines
175 B
Docker
#
|
|
# Dockerfile from splash
|
|
#
|
|
|
|
FROM scrapinghub/splash
|
|
MAINTAINER kev <noreply@easypi.pro>
|
|
|
|
ADD ./fonts/Songti.ttc /usr/local/share/fonts/
|
|
RUN fc-cache /usr/local/share/fonts/
|