Update Dockerfile

This commit is contained in:
Faraz Fallahi
2017-06-01 18:57:47 -05:00
committed by GitHub
parent 52a5556069
commit 8f10dd170f

View File

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