diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 4fb27fb37..ed043dc98 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -7,7 +7,7 @@ RUN apt-get update \ && apt-get install -y software-properties-common \ && add-apt-repository -y ppa:ubuntu-toolchain-r/test \ && apt-get update \ - && sudo apt-get install -y \ + && apt-get install -y \ build-essential \ python3 \ ninja-build \