Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 11158 for build


Ignore:
Timestamp:
Mar 27, 2016, 3:32:52 PM (8 years ago)
Author:
landauf
Message:

add cloc and pmd to qc image

File:
1 edited

Legend:

Unmodified
Added
Removed
  • build/dockerfiles/orxonox_qc/Dockerfile

    r11155 r11158  
    55RUN apt-get update && apt-get install -y --no-install-recommends \
    66                clang \
     7                cloc \
    78                cppcheck \
     9                wget \
     10                zip \
    811        && 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 TracChangeset for help on using the changeset viewer.