mirror of
https://mau.dev/andreijiroh-dev/website.git
synced 2024-11-10 03:39:38 +00:00
ci(docker): 👷 add custom mdkocs-material Docker image for social previews in GitLab CI
Signed-off-by: Andrei Jiroh Halili <ajhalili2006@gmail.com>
This commit is contained in:
parent
787b292240
commit
e4d61e9f51
1 changed files with 14 additions and 0 deletions
14
docker/Dockerfile
Normal file
14
docker/Dockerfile
Normal file
|
@ -0,0 +1,14 @@
|
|||
FROM squidfunk/mkdocs-material
|
||||
|
||||
# https://squidfunk.github.io/mkdocs-material/setup/setting-up-social-cards/#linux but for Alpine
|
||||
RUN apk add \
|
||||
cairo-dev \
|
||||
freetype-dev \
|
||||
libffi-dev \
|
||||
jpeg-dev \
|
||||
libpng-dev \
|
||||
zlib-dev
|
||||
RUN pip3 install \
|
||||
mkdocs-git-revision-date-localized-plugin \
|
||||
pillow \
|
||||
cairosvg
|
Loading…
Reference in a new issue