1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-09-24 03:18:21 +02: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
RUN \
apk upgrade --update-cache -a \
apk upgrade --update-cache -a && \
apk add --no-cache \
git \
git-fast-import \