Files
cameradar/test/Dockerfile-camera
T
Brendan LE GLAUNEC e4a2e06def Add functionnal testing
2018-03-12 14:56:16 +01:00

15 lines
313 B
Plaintext

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