Create Dockerfile

This commit is contained in:
Faraz Fallahi
2016-09-21 16:42:24 -05:00
committed by GitHub
parent 51d69581a1
commit c15f1a7bcd

3
Dockerfile Normal file
View File

@@ -0,0 +1,3 @@
FROM ubuntu:latest
MAINTAINER Faraz Fallahi <fffaraz@gmail.com>
RUN apt -y update && apt -y upgrade && apt -y install build-essential qt5-default && apt -y autoremove && apt -y autoclean