Added cmake

This commit is contained in:
2020-09-23 17:21:49 +02:00
committed by GitHub
parent 7d81710862
commit be0ab078df

View File

@ -1,5 +1,5 @@
FROM 0xfeedc0de64/qt-runtime
RUN apt update \
&& apt install git-core g++ make qt5-default qtmultimedia5-dev qttools5-dev qttools5-dev-tools libqt5serialport5-dev -y \
&& apt install git-core g++ make cmake qt5-default qtmultimedia5-dev qttools5-dev qttools5-dev-tools libqt5serialport5-dev -y \
&& rm /var/lib/apt/lists/* /var/log/* -Rf