v1.0.1 : Updated to 16.04 & removed boost dependency

This commit is contained in:
Brendan LE GLAUNEC
2016-07-07 17:47:08 +02:00
parent c44b933a83
commit 9a269bfe0e
7 changed files with 9 additions and 96 deletions
+3 -2
View File
@@ -1,4 +1,4 @@
FROM ubuntu:15.10
FROM ubuntu:16.04
MAINTAINER brendan.leglaunec@etixgroup.com
@@ -7,11 +7,12 @@ ENV LD_LIBRARY_PATH="/cameradar/libraries"
RUN apt-get update && apt-get install -y \
nmap \
ffmpeg \
libboost-all-dev \
libgstreamer1.0-dev \
gstreamer1.0-plugins-base \
gstreamer1.0-plugins-good \
libcurl4-openssl-dev \
libmysqlclient18 \
libmysqlclient20 \
mysql-client
ADD cameradar_*_Release_Linux.tar.gz /
Binary file not shown.
Binary file not shown.