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:
parent
6f63baa95a
commit
b5059330cc
@ -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 \
|
||||||
|
Loading…
Reference in New Issue
Block a user