diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index fa4afe350d..e73e10197d 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -2,7 +2,7 @@ FROM library/node:lts-bookworm ARG DEBIAN_FRONTEND=noninteractive RUN apt update && \ - apt-get install -y nodejs nasm gdb unzip p7zip-full openjdk-17-jre wget python3 qemu-system-x86 git-core build-essential libc6-dev-i386-cross libc6-dev-i386 clang curl time + apt-get install -y nodejs nasm gdb unzip p7zip-full openjdk-17-jre wget python3 qemu-system-x86 git-core build-essential libc6-dev-i386-cross clang curl time RUN npm install -g jshint RUN curl https://sh.rustup.rs -sSf | sh -s -- -y RUN /root/.cargo/bin/rustup toolchain install stable && \