Dockerfile.lint 163 Bytes
Newer Older
1 2 3 4 5 6
# For lint test
FROM ubuntu:16.04

RUN apt-get update && apt-get install -y python-pip sudo
RUN apt-get install -y doxygen graphviz
RUN pip install cpplint pylint