Update Dockerfile

This commit is contained in:
Faraz Fallahi
2018-11-12 16:59:02 -06:00
committed by GitHub
parent 29c4ea216c
commit 7bea7b5322

View File

@@ -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 && \