diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index e0b9929f..35d4f9c5 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -24,20 +24,6 @@ RUN apt-get -y install --no-install-recommends \ file \ python3-dev -# Required packages for building gcc & binutils -RUN <> /etc/profile EOF ENV CHMOD_KVM=1 + +# Remove autoconf & automake +RUN sudo apt-get -y remove autoconf automake + +# Required packages for building gcc & binutils +RUN <