Last change
on this file since 12302 was
11159,
checked in by landauf, 9 years ago
|
maybe better install unzip instead of zip
|
File size:
318 bytes
|
Rev | Line | |
---|
[11154] | 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 \ |
---|
[11158] | 7 | cloc \ |
---|
[11155] | 8 | cppcheck \ |
---|
[11159] | 9 | unzip \ |
---|
[11158] | 10 | wget \ |
---|
[11154] | 11 | && rm -rf /var/lib/apt/lists/* |
---|
[11158] | 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.