Files
docker-qt/Dockerfile

4 lines
209 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 11:47:43 -05:00
RUN apt -y update && apt -y upgrade && apt -y install build-essential git iputils-ping qt5-default wget && apt -y autoremove && apt -y autoclean