Files
docker-qt/Dockerfile

4 lines
220 B
Docker
Raw Normal View History

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