Skip to content
Snippets Groups Projects
Commit 4a5f19f4 authored by Albert  Babí Oller's avatar Albert Babí Oller Committed by Andreas Traczyk
Browse files

misc: add Dockerfile for testing with debian 11

Change-Id: Iada7f02fb56bb84b6a3009647da30c3202e99bd3
parent 7b7451b3
No related branches found
No related tags found
No related merge requests found
FROM debian:bullseye-20200908
RUN apt-get clean
RUN apt-get update
RUN apt-get install -y -o Acquire::Retires=10 \
python3 \
git \
autoconf \
automake \
autopoint \
cmake \
libtool \
libdbus-1-dev \
libdbus-c++-dev \
libargon2-0-dev \
libcanberra-gtk3-dev \
libclutter-gtk-1.0-dev \
libclutter-1.0-dev \
libglib2.0-dev \
libgtk-3-dev \
libnotify-dev \
qtbase5-dev \
qttools5-dev \
qttools5-dev-tools \
yasm \
nasm \
autotools-dev \
gettext \
libpulse-dev \
libasound2-dev \
libexpat1-dev \
libpcre3-dev \
libyaml-cpp-dev \
libboost-dev \
libxext-dev \
libxfixes-dev \
libspeex-dev \
libspeexdsp-dev \
uuid-dev \
libavcodec-dev \
libavutil-dev \
libavformat-dev \
libswscale-dev \
libavdevice-dev \
libopus-dev \
libudev-dev \
libgsm1-dev \
libjsoncpp-dev \
libmsgpack-dev \
libnatpmp-dev \
libappindicator3-dev \
libqrencode-dev \
libnm-dev \
libwebkit2gtk-4.0-dev \
libcrypto++-dev \
libva-dev \
libvdpau-dev \
libssl-dev
RUN apt-get install -y qtmultimedia5-dev \
libqt5svg5* \
qtwebengine5-dev \
qtdeclarative5-dev \
qtquickcontrols2-5-dev \
qml-module-qtquick* \
qml-module-qt-labs-platform \
qml-module-qtwebengine \
qml-module-qtwebchannel \
pandoc
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment