From 6944408f5418e658af55465bf7e4b58e882a5c9c Mon Sep 17 00:00:00 2001 From: Faraz Fallahi Date: Fri, 14 Sep 2018 11:16:56 -0500 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c9ceb2d..15e5f18 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,2 +1,2 @@ FROM ubuntu:latest -RUN apt 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 +RUN apt update && apt -y upgrade && apt -y install build-essential clang cmake cppcheck gdb git gperf iputils-ping linux-tools-generic nano qt5-default valgrind wget && apt -y autoremove && apt -y autoclean && apt -y clean