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
|
# Perform build and cleanup artifacts
|
||||||
RUN \
|
RUN \
|
||||||
apk add --no-cache openssh git && \
|
apk add --no-cache \
|
||||||
python setup.py install 2>/dev/null && \
|
git \
|
||||||
rm -rf /tmp/*
|
git-fast-import \
|
||||||
|
openssh \
|
||||||
|
&& python setup.py install 2>/dev/null \
|
||||||
|
&& rm -rf /tmp/*
|
||||||
|
|
||||||
# Set working directory
|
# Set working directory
|
||||||
WORKDIR /docs
|
WORKDIR /docs
|
||||||
|
Loading…
Reference in New Issue
Block a user