From c4c8b1b2e614ed52ba58c37ae1409b07aed8de74 Mon Sep 17 00:00:00 2001 From: Faraz Fallahi Date: Fri, 14 Sep 2018 18:59:00 -0500 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 15e5f18..049d6cd 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 cppcheck 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 bash build-essential clang cmake cppcheck gdb git gperf iputils-ping libmlpack-dev linux-tools-generic nano qt5-default valgrind wget && apt -y autoremove && apt -y autoclean && apt -y clean