Skip to content

Commit

Permalink
Removed missing package for 32bit - already available anyway
Browse files Browse the repository at this point in the history
  • Loading branch information
cognitivegears committed Jan 6, 2024
1 parent c3873aa commit 7daa345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit 7daa345

Please sign in to comment.