Update Dockerfile

This commit is contained in:
Faraz Fallahi
2017-06-27 11:59:21 -05:00
committed by GitHub
parent 9276da5fc4
commit e1aa5e4f4d

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 cmake git iputils-ping nano qt5-default wget && apt -y autoremove && apt -y autoclean
RUN apt -y update && apt -y upgrade && apt -y install build-essential cmake gdb git iputils-ping nano qt5-default valgrind wget && apt -y autoremove && apt -y autoclean