From e1aa5e4f4dfda5c334629b7e8196a9c8a41667e0 Mon Sep 17 00:00:00 2001 From: Faraz Fallahi Date: Tue, 27 Jun 2017 11:59:21 -0500 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3be0af7..4f97a9d 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 cmake git iputils-ping nano qt5-default wget && apt -y autoremove && apt -y autoclean +RUN apt -y update && apt -y upgrade && apt -y install build-essential cmake gdb git iputils-ping nano qt5-default valgrind wget && apt -y autoremove && apt -y autoclean