1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-12 01:50:52 +01:00

Fixed Docker image

This commit is contained in:
squidfunk 2021-03-15 09:52:30 +01:00
parent 6f63baa95a
commit b5059330cc

View File

@ -40,7 +40,7 @@ COPY setup.py setup.py
# Perform build and cleanup artifacts and caches # Perform build and cleanup artifacts and caches
RUN \ RUN \
apk upgrade --update-cache -a \ apk upgrade --update-cache -a && \
apk add --no-cache \ apk add --no-cache \
git \ git \
git-fast-import \ git-fast-import \