Merge branch 'master' of github.com:fffaraz/docker-qt

This commit is contained in:
Faraz Fallahi
2017-05-24 11:55:53 -05:00

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