From 29c4ea216c2259e3c05b1ce688cc52bc83e043d8 Mon Sep 17 00:00:00 2001 From: Faraz Fallahi Date: Fri, 5 Oct 2018 10:09:15 -0500 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 528eeb0..2da2a51 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM ubuntu:latest RUN \ apt update && \ apt -y upgrade && \ -apt -y install bash build-essential clang cmake cppcheck 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 libjemalloc1 libjemalloc-dev libmlpack-dev linux-tools-generic nano qt5-default valgrind wget spawn-fcgi libfcgi-dev && \ apt -y autoremove && \ apt -y autoclean && \ apt -y clean && \