mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-12 01:50:52 +01:00
Unsilenced setup.py output in Docker build
This commit is contained in:
parent
7417a288e6
commit
4abd18fefe
@ -27,9 +27,9 @@ WORKDIR /tmp
|
||||
COPY material material
|
||||
COPY MANIFEST.in MANIFEST.in
|
||||
COPY package.json package.json
|
||||
COPY README.md README.md
|
||||
COPY requirements.txt requirements.txt
|
||||
COPY setup.py setup.py
|
||||
COPY README.md README.md
|
||||
|
||||
# Perform build and cleanup artifacts
|
||||
RUN \
|
||||
@ -37,7 +37,7 @@ RUN \
|
||||
git \
|
||||
git-fast-import \
|
||||
openssh \
|
||||
&& python setup.py install 2>/dev/null \
|
||||
&& python setup.py install \
|
||||
&& rm -rf /tmp/*
|
||||
|
||||
# Set working directory
|
||||
|
Loading…
Reference in New Issue
Block a user