Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: build/dockerfiles/orxonox_qc/Dockerfile @ 11155

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


File size: 174 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                cppcheck \
8        && rm -rf /var/lib/apt/lists/*
Note: See TracBrowser for help on using the repository browser.