source:
build/dockerfiles/orxonox_qc/Dockerfile
@
11155
Last change on this file since 11155 was 11155, checked in by landauf, 9 years ago | |
---|---|
File size: 174 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 | cppcheck \ |
8 | && rm -rf /var/lib/apt/lists/* |
Note: See TracBrowser
for help on using the repository browser.