Files
docker-qt/Dockerfile
2017-09-29 14:24:03 -05:00

4 lines
245 B
Docker

FROM ubuntu:latest
MAINTAINER Faraz Fallahi <fffaraz@gmail.com>
RUN apt -y update && apt -y upgrade && apt -y install build-essential clang cmake gdb git gperf iputils-ping nano qt5-default valgrind wget && apt -y autoremove && apt -y autoclean