1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-09-23 19:08:25 +02:00

Fixed Docker build on arm/v7

This commit is contained in:
squidfunk 2024-07-24 16:47:27 +02:00
parent 557a3d5d26
commit 627eb88b3d
No known key found for this signature in database
GPG Key ID: 5ED40BC4F9C436DF

View File

@ -53,6 +53,7 @@ RUN \
&& \
apk add --no-cache --virtual .build \
gcc \
g++ \
libffi-dev \
musl-dev \
&& \