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
Line 
1FROM orxonox/build
2
3MAINTAINER Fabian 'x3n' Landau
4
5RUN 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
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.