Skip to content

Commit

Permalink
shrug?
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkSuckerberg committed Mar 22, 2024
1 parent 82924d6 commit 948e4f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ RUN dpkg --add-architecture i386 \
curl ca-certificates gcc-multilib \
g++-multilib libc6-i386 zlib1g-dev:i386 \
libssl-dev:i386 pkg-config:i386 git \
libclang-dev:i386 \
&& /bin/bash -c "source dependencies.sh \
&& curl https://sh.rustup.rs | sh -s -- -y -t i686-unknown-linux-gnu --no-modify-path --profile minimal --default-toolchain \$RUST_VERSION" \
&& rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 948e4f6

Please sign in to comment.