We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 578490b commit 1f1034eCopy full SHA for 1f1034e
Dockerfile
@@ -2,7 +2,7 @@ FROM rust:1.90
2
3
# Install needed packages and clean up
4
RUN apt update && \
5
- apt install -y --no-install-recommends lsb-release wget software-properties-common gnupg gcc-multilib git && \
+ apt install -y --no-install-recommends lsb-release wget gnupg gcc-multilib git && \
6
rm -rf /var/lib/apt/lists/*
7
8
# Install clang and clean up
0 commit comments