Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: build/dockerfiles/orxonox_qc/Dockerfile @ 11159

Last change on this file since 11159 was 11159, checked in by landauf, 8 years ago

maybe better install unzip instead of zip

File size: 318 bytes
RevLine 
[11154]1FROM orxonox/build
2
3MAINTAINER Fabian 'x3n' Landau
4
5RUN 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
13RUN 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.