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