Update Dockerfile

This commit is contained in:
Faraz Fallahi
2017-09-29 17:53:52 -05:00
committed by GitHub
parent 43b0ab069e
commit 44cca8bd14

View File

@@ -1,3 +1,3 @@
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 linux-tools nano qt5-default valgrind wget && apt -y autoremove && apt -y autoclean && apt -y clean
RUN apt -y update && apt -y upgrade && apt -y install build-essential clang cmake gdb git gperf iputils-ping linux-tools-generic nano qt5-default valgrind wget && apt -y autoremove && apt -y autoclean && apt -y clean