Update Dockerfile
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user