source:
build/dockerfiles/orxonox_qc/Dockerfile
Last change on this file was 11159, checked in by landauf, 9 years ago | |
---|---|
File size: 318 bytes |
Line | |
---|---|
1 | FROM orxonox/build |
2 | |
3 | MAINTAINER Fabian 'x3n' Landau |
4 | |
5 | RUN apt-get update && apt-get install -y --no-install-recommends \ |
6 | clang \ |
7 | cloc \ |
8 | cppcheck \ |
9 | unzip \ |
10 | wget \ |
11 | && rm -rf /var/lib/apt/lists/* |
12 | |
13 | RUN wget http://downloads.sourceforge.net/project/pmd/pmd/4.2.6/pmd-bin-4.2.6.zip \ |
14 | && unzip -q pmd-bin-4.2.6.zip |
Note: See TracBrowser
for help on using the repository browser.