Files
docker-qt/Dockerfile

4 lines
273 B
Docker
Raw Normal View History

2016-09-21 16:42:24 -05:00
FROM ubuntu:latest
MAINTAINER Faraz Fallahi <fffaraz@gmail.com>
2017-09-29 14:39:24 -05:00
RUN apt -y update && apt -y upgrade && apt -y install build-essential clang cmake gdb git gperf iputils-ping linux-tools nano qt5-default valgrind wget && apt -y autoremove && apt -y autoclean && apt -y clean