Update Dockerfile

This commit is contained in:
Faraz Fallahi
2017-09-29 14:39:24 -05:00
committed by GitHub
parent f9cda838f9
commit 43b0ab069e

View File

@@ -1,3 +1,3 @@
FROM ubuntu:latest
MAINTAINER Faraz Fallahi <fffaraz@gmail.com>
RUN apt -y update && apt -y upgrade && apt -y install build-essential clang cmake gdb git gperf iputils-ping nano qt5-default valgrind wget && apt -y autoremove && apt -y autoclean && apt -y clean
RUN apt -y update && apt -y upgrade && apt -y install build-essential clang cmake gdb git gperf iputils-ping linux-tools nano qt5-default valgrind wget && apt -y autoremove && apt -y autoclean && apt -y clean