Add functionnal testing

This commit is contained in:
Brendan LE GLAUNEC
2018-03-12 14:56:16 +01:00
committed by Brendan Le Glaunec
parent df3c21701d
commit e4a2e06def
24 changed files with 1138 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
FROM ubuntu:15.10
MAINTAINER brendan.leglaunec@etixgroup.com
RUN useradd -m vlc; \
apt-get update; \
apt-get install -y vlc-nox
RUN sed -i s/geteuid/getppid/g /usr/bin/vlc
ADD ./docker/screen.png /vlc/screen.png
COPY ./docker/run_vlc.sh /start.sh
COPY ./etix_rtsp_server /etix_rtsp_server
EXPOSE 8554