Added Dockerfile
This commit is contained in:
5
Dockerfile
Normal file
5
Dockerfile
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
FROM 0xfeedc0de64/qt-runtime
|
||||||
|
|
||||||
|
RUN apt update \
|
||||||
|
&& apt install git-core g++ make qt5-default qtmultimedia5-dev qttools5-dev qttools5-dev-tools -y \
|
||||||
|
&& rm /var/lib/apt/lists/* /var/log/* -Rf
|
Reference in New Issue
Block a user