diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 71bc1462..81fdf3e9 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -3,10 +3,11 @@ ARG ubuntu_version=24.04 FROM ubuntu:${ubuntu_version} RUN apt-get update && \ - apt-get install -y \ + apt-get install --no-install-recommends -y \ build-essential \ ca-certificates \ cmake \ + clang \ git \ nano\ openssh-server \ No newline at end of file