-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathDockerfile
More file actions
18 lines (13 loc) · 735 Bytes
/
Dockerfile
File metadata and controls
18 lines (13 loc) · 735 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
FROM debian:jessie
# install required packages
RUN echo 'deb http://httpredir.debian.org/debian jessie non-free' >> /etc/apt/sources.list
RUN apt-get -y update
RUN apt-get install -y autoconf automake bison flex autopoint libtool \
libglib2.0-dev yasm nasm xutils-dev libpthread-stubs0-dev libpciaccess-dev libudev-dev \
libfaac-dev libxrandr-dev libegl1-mesa-dev openssh-server git-core wget \
build-essential gettext libgles2-mesa-dev vim-nox libav-tools libshout3-dev libsoup2.4-dev \
nginx libssl-dev intel-gpu-tools
RUN apt-get install -y libopencv-dev opencv-data software-properties-common python-software-properties
COPY opt /opt/
COPY html /var/www/html
RUN /opt/build-gstreamer-vaapi.sh