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 948e4f6 commit 4ab5286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +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 \
clang \
&& /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 4ab5286

Please sign in to comment.