Update Dockerfile
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
FROM ubuntu:latest
|
FROM ubuntu:latest
|
||||||
MAINTAINER Faraz Fallahi <fffaraz@gmail.com>
|
MAINTAINER Faraz Fallahi <fffaraz@gmail.com>
|
||||||
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
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user