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

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