mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-04-05 00:43:50 -04:00
Merged features tied to Scotch Bonnet funding goal
This commit is contained in:
@@ -43,12 +43,17 @@ RUN \
|
||||
apk upgrade --update-cache -a \
|
||||
&& \
|
||||
apk add --no-cache \
|
||||
cairo \
|
||||
freetype-dev \
|
||||
git \
|
||||
git-fast-import \
|
||||
jpeg-dev \
|
||||
openssh \
|
||||
zlib-dev \
|
||||
&& \
|
||||
apk add --no-cache --virtual .build \
|
||||
gcc \
|
||||
libffi-dev \
|
||||
musl-dev \
|
||||
&& \
|
||||
pip install --no-cache-dir . \
|
||||
|
||||
Reference in New Issue
Block a user