[Orxonox-commit 6510] r11154 - in build/dockerfiles: . orxonox_qc
landauf at orxonox.net
landauf at orxonox.net
Sat Mar 26 14:18:12 CET 2016
Author: landauf
Date: 2016-03-26 14:18:11 +0100 (Sat, 26 Mar 2016)
New Revision: 11154
Added:
build/dockerfiles/orxonox_qc/
build/dockerfiles/orxonox_qc/Dockerfile
Log:
creating image for quality control
Added: build/dockerfiles/orxonox_qc/Dockerfile
===================================================================
--- build/dockerfiles/orxonox_qc/Dockerfile (rev 0)
+++ build/dockerfiles/orxonox_qc/Dockerfile 2016-03-26 13:18:11 UTC (rev 11154)
@@ -0,0 +1,8 @@
+FROM orxonox/build
+
+MAINTAINER Fabian 'x3n' Landau
+
+RUN apt-get update && apt-get install -y --no-install-recommends \
+ clang \
+ cppmake \
+ && rm -rf /var/lib/apt/lists/*
More information about the Orxonox-commit
mailing list