You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
418 B
25 lines
418 B
4 months ago
|
FROM igt-debian-minimal
|
||
|
|
||
|
RUN apt-get update
|
||
|
RUN apt-get install -y \
|
||
|
libunwind-dev \
|
||
|
libgsl-dev \
|
||
|
libasound2-dev \
|
||
|
libxmlrpc-core-c3-dev \
|
||
|
libjson-c-dev \
|
||
|
libcurl4-openssl-dev \
|
||
|
python-docutils \
|
||
|
valgrind \
|
||
|
peg
|
||
|
|
||
|
RUN apt-get install -t stretch-backports -y \
|
||
|
libdrm-intel1
|
||
|
|
||
|
# autotools build deps
|
||
|
RUN apt-get install -y \
|
||
|
autoconf \
|
||
|
automake \
|
||
|
xutils-dev \
|
||
|
libtool \
|
||
|
make
|