FROM centos:7.4.1708
Maintainer wobe-systems GmbH ([email protected])
# dockerfile to create Sphinx documentation and LaTex PDF
RUN yum install -y epel-release && \
yum install -y nodejs && \
yum clean all && \
npm install -g markdownlint-cli
Content type
Image
Digest
Size
95.3 MB
Last updated
almost 8 years ago
docker pull wobesys/mdlint-centos