Update Dockerfile
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
FROM ubuntu:latest
|
||||
ENTRYPOINT ["/bin/bash"]
|
||||
|
||||
RUN \
|
||||
export DEBIAN_FRONTEND=noninteractive && \
|
||||
apt update && \
|
||||
apt -y upgrade && \
|
||||
apt -y install bash build-essential clang cmake cppcheck curl gdb git gperf \
|
||||
|
||||
Reference in New Issue
Block a user