servatrice/.ci/UbuntuBionic/Dockerfile
ebbit1q 6b6c6c71ca add ccache to docker compilation (#3446)
* add ccache to docker image

* test commit please ignore
2018-11-20 14:55:20 +01:00

22 lines
536 B
Docker

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