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