Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: build/dockerfiles/orxonox_qc/Dockerfile @ 11154

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

creating image for quality control

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