Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: build/dockerfiles/orxonox_build/Dockerfile @ 11147

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

removed orxonox user

File size: 455 bytes
Line 
1FROM orxonox/jenkins-slave
2
3MAINTAINER Fabian 'x3n' Landau
4
5RUN apt-get update && apt-get install -y --no-install-recommends \
6                build-essential \
7                cmake \
8                gcovr \
9                libalut-dev \
10                libboost-date-time-dev \
11                libboost-filesystem-dev \
12                libboost-thread-dev \
13                libcegui-mk2-dev \
14                libenet-dev \
15                liblua5.1-0-dev \
16                libogre-1.8-dev \
17                libtolua-dev \
18                libtolua++5.1-dev \
19                libvorbis-dev \
20                subversion \
21                tcl-dev \
22        && rm -rf /var/lib/apt/lists/*
Note: See TracBrowser for help on using the repository browser.