Added docker file

This commit is contained in:
Filippo Cucchetto 2019-11-20 00:03:52 +01:00
parent 7e7c5da3a8
commit d3e77561e4
1 changed files with 8 additions and 0 deletions

8
.docker/Dockerfile Normal file
View File

@ -0,0 +1,8 @@
FROM ubuntu:18.04
RUN apt-get update && \
apt-get install --no-install-recommends -y apt-transport-https ca-certificates gnupg software-properties-common wget && \
wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/null | apt-key add - && \
apt-add-repository 'deb https://apt.kitware.com/ubuntu/ bionic main' && \
apt-get update && \
apt-get install --no-install-recommends -y cmake g++ make qt5-default git lcov curl qtdeclarative5-dev qtbase5-dev qtquickcontrols2-5-dev