[docker][travis] install cmake

needed for building opencv_bebop
This commit is contained in:
Felix Ruess
2016-07-14 12:37:28 +02:00
parent b398b66e64
commit 3a1624053c
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -24,6 +24,7 @@ RUN add-apt-repository ppa:team-gcc-arm-embedded/ppa
# install paparazzi-dev which pull in the dependencies
# also install cross compiler and some stuff for X
RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y \
cmake \
gcc-arm-embedded \
libcanberra-gtk-module \
paparazzi-dev \