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