From 43b0ab069e689e279303a531f3ed96b49a31c14b Mon Sep 17 00:00:00 2001 From: Faraz Fallahi Date: Fri, 29 Sep 2017 14:39:24 -0500 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 89a1371..cd8a103 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,3 @@ FROM ubuntu:latest MAINTAINER Faraz Fallahi -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 && apt -y clean +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