Update Dockerfile

This commit is contained in:
Faraz Fallahi
2017-05-24 17:57:49 -05:00
committed by GitHub
parent cbc0381cca
commit 0c405542a7

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 git iputils-ping qt5-default wget && apt -y autoremove && apt -y autoclean
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