Last change
on this file since 11694 was
11159,
checked in by landauf, 9 years ago
|
maybe better install unzip instead of zip
|
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.