Update Dockerfile

This commit is contained in:
Faraz Fallahi
2017-05-22 15:39:12 -05:00
committed by GitHub
parent c15f1a7bcd
commit 8377177e1d

View File

@@ -1,3 +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
RUN apt -y update && apt -y upgrade && apt -y install build-essential git qt5-default && apt -y autoremove && apt -y autoclean