Update Dockerfile

This commit is contained in:
Faraz Fallahi
2020-05-26 23:30:33 -04:00
parent f4a4f20897
commit 992ecb2421

View File

@@ -4,7 +4,7 @@ RUN \
apt update && \ apt update && \
apt -y upgrade && \ apt -y upgrade && \
apt -y install bash build-essential clang cmake cppcheck curl gdb git gperf \ apt -y install bash build-essential clang cmake cppcheck curl gdb git gperf \
iputils-ping libboost-all-dev libgl1-mesa-dev libjemalloc1 libjemalloc-dev libmlpack-dev \ iputils-ping libboost-all-dev libgl1-mesa-dev libjemalloc2 libjemalloc-dev libmlpack-dev \
linux-tools-generic nano valgrind wget spawn-fcgi libfcgi-dev \ linux-tools-generic nano valgrind wget spawn-fcgi libfcgi-dev \
qt5-default && \ qt5-default && \
apt -y autoremove && \ apt -y autoremove && \