Update Dockerfile

This commit is contained in:
Faraz Fallahi
2018-07-09 11:54:17 -05:00
committed by GitHub
parent f59b900f0c
commit 3aa821780d

View File

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