Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: build/dockerfiles/orxonox_build/Dockerfile @ 11826

Last change on this file since 11826 was 11826, checked in by landauf, 6 years ago

revert changes from r11812 because orxonox still requires cegui 0.7 at the moment

File size: 467 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                doxygen \
9                gcovr \
10                libalut-dev \
11                libboost-date-time-dev \
12                libboost-filesystem-dev \
13                libboost-thread-dev \
14                libcegui-mk2-dev \
15                libenet-dev \
16                liblua5.1-0-dev \
17                libogre-1.8-dev \
18                libtolua-dev \
19                libtolua++5.1-dev \
20                libvorbis-dev \
21                subversion \
22                tcl-dev \
23        && rm -rf /var/lib/apt/lists/*
Note: See TracBrowser for help on using the repository browser.