More OS support (#3915)

This commit is contained in:
ebbit1q 2020-03-20 20:32:12 +01:00 committed by GitHub
parent 9cec0852bb
commit e8d5715f7a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 292 additions and 22 deletions

View file

@ -2,21 +2,22 @@ FROM ubuntu:bionic
RUN apt-get update && apt-get install -y --no-install-recommends \
build-essential \
ccache \
clang-format \
cmake \
file \
g++ \
git \
ccache \
cmake \
liblzma-dev \
libprotobuf-dev \
libqt5multimedia5-plugins \
libqt5svg5-dev \
libqt5sql5-mysql \
libqt5svg5-dev \
libqt5websockets5-dev \
protobuf-compiler \
qt5-default \
qtmultimedia5-dev \
qttools5-dev \
qttools5-dev-tools \
qtmultimedia5-dev \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*