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 0fb8963 commit 13e16d8Copy full SHA for 13e16d8
ubi8-rust-builder/Dockerfile
@@ -7,7 +7,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
7
# Update image and install everything needed for Rustup & Rust
8
RUN microdnf update --disablerepo=* --enablerepo=ubi-8-appstream --enablerepo=ubi-8-baseos --enablerepo=ubi-8-baseos -y \
9
&& rm -rf /var/cache/yum \
10
- && microdnf install --disablerepo=* --enablerepo=ubi-8-appstream --enablerepo=ubi-8-baseos curl findutils gcc make openssl-devel pkg-config systemd-devel -y \
+ && microdnf install --disablerepo=* --enablerepo=ubi-8-appstream --enablerepo=ubi-8-baseos curl findutils gcc make cmake openssl-devel pkg-config systemd-devel -y \
11
&& rm -rf /var/cache/yum
12
13
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y \
0 commit comments