Update Dockerfile

This commit is contained in:
Faraz Fallahi
2018-10-05 10:09:15 -05:00
committed by GitHub
parent d66b22a3d0
commit 29c4ea216c

View File

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