Files
docker-qt/Dockerfile

4 lines
214 B
Docker
Raw Normal View History

2016-09-21 16:42:24 -05:00
FROM ubuntu:latest
MAINTAINER Faraz Fallahi <fffaraz@gmail.com>
2017-05-24 17:57:49 -05:00
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