Update Dockerfile

This commit is contained in:
Faraz Fallahi
2020-05-27 00:32:11 -04:00
parent 85b20de2ec
commit 277e4b02cf

View File

@@ -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 \