Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: build/dockerfiles/orxonox_build/Dockerfile @ 12198

Last change on this file since 12198 was 12198, checked in by landauf, 5 years ago

redo changes from r11812

File size: 482 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.9-dev \
18                libtolua-dev \
19                libtolua++5.1-dev \
20                libvorbis-dev \
21                subversion \
22                tcl-dev \
23                libx11-dev \
24        && rm -rf /var/lib/apt/lists/*
Note: See TracBrowser for help on using the repository browser.