From 7bea7b5322c29f7a318014e716963d2859d4ec31 Mon Sep 17 00:00:00 2001 From: Faraz Fallahi Date: Mon, 12 Nov 2018 16:59:02 -0600 Subject: [PATCH] Update Dockerfile --- Dockerfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2da2a51..11e476e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,10 @@ FROM ubuntu:latest RUN \ apt update && \ apt -y upgrade && \ -apt -y install bash build-essential clang cmake cppcheck curl gdb git gperf iputils-ping libjemalloc1 libjemalloc-dev libmlpack-dev linux-tools-generic nano qt5-default valgrind wget spawn-fcgi libfcgi-dev && \ +apt -y install bash build-essential clang cmake cppcheck curl gdb git gperf \ +iputils-ping libboost-all-dev libjemalloc1 libjemalloc-dev libmlpack-dev \ +linux-tools-generic nano valgrind wget spawn-fcgi libfcgi-dev \ +qt5-default && \ apt -y autoremove && \ apt -y autoclean && \ apt -y clean && \