Update Dockerfile

This commit is contained in:
Faraz Fallahi
2017-05-24 11:47:43 -05:00
committed by GitHub
parent 7812eb949f
commit 1f3b6b62da

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 qt5-default && apt -y autoremove && apt -y autoclean
RUN apt -y update && apt -y upgrade && apt -y install build-essential git iputils-ping qt5-default wget && apt -y autoremove && apt -y autoclean