mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Fixed gh-deploy error inside Docker due to Alpine package restructuring
This commit is contained in:
parent
263e2a84f5
commit
4666bf0223
@ -33,9 +33,12 @@ COPY setup.py setup.py
|
||||
|
||||
# Perform build and cleanup artifacts
|
||||
RUN \
|
||||
apk add --no-cache openssh git && \
|
||||
python setup.py install 2>/dev/null && \
|
||||
rm -rf /tmp/*
|
||||
apk add --no-cache \
|
||||
git \
|
||||
git-fast-import \
|
||||
openssh \
|
||||
&& python setup.py install 2>/dev/null \
|
||||
&& rm -rf /tmp/*
|
||||
|
||||
# Set working directory
|
||||
WORKDIR /docs
|
||||
|
Loading…
Reference in New Issue
Block a user