File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ .git
2+ .github
3+ docs
4+ node_modules
5+ src
Original file line number Diff line number Diff line change 1818# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
1919# IN THE SOFTWARE.
2020
21- FROM python:3.6.8 -alpine3.9
21+ FROM python:3.8.1 -alpine3.11
2222
2323# Set build directory
2424WORKDIR /tmp
3838 git-fast-import \
3939 openssh \
4040 && python setup.py install \
41- && rm -rf /tmp/*
41+ && rm -rf /tmp/* \
42+ && pip install --no-cache-dir \
43+ 'mkdocs-minify-plugin>=0.2' \
44+ 'mkdocs-git-revision-date-localized-plugin'
4245
4346# Set working directory
4447WORKDIR /docs
Original file line number Diff line number Diff line change 2020
2121# Direct dependencies
2222mkdocs >= 1.0
23- mkdocs-minify-plugin >= 0.2
2423Pygments >= 2.4
2524markdown >= 3.2
2625pymdown-extensions >= 6.3
You can’t perform that action at this time.
0 commit comments