mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Update Dockerfile
This commit is contained in:
parent
4b26a64f28
commit
43c55ad8ff
@ -33,7 +33,7 @@ COPY setup.py setup.py
|
||||
|
||||
# Perform build and cleanup artifacts
|
||||
RUN \
|
||||
apk -U openssh git && \
|
||||
apk add -U openssh git && \
|
||||
python setup.py install 2>/dev/null && \
|
||||
rm -rf /tmp/*
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user