Skip to content

Commit a1f2685

Browse files
authored
Add cmake to ubi8-rust-builder (#115)
* Add cmake to ubi8-rust-builder * Add gcc-c++ to ubi8-rust-builder
1 parent 0fb8963 commit a1f2685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ubi8-rust-builder/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
77
# Update image and install everything needed for Rustup & Rust
88
RUN microdnf update --disablerepo=* --enablerepo=ubi-8-appstream --enablerepo=ubi-8-baseos --enablerepo=ubi-8-baseos -y \
99
&& 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 \
10+
&& microdnf install --disablerepo=* --enablerepo=ubi-8-appstream --enablerepo=ubi-8-baseos curl findutils gcc gcc-c++ make cmake openssl-devel pkg-config systemd-devel -y \
1111
&& rm -rf /var/cache/yum
1212

1313
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y \

0 commit comments

Comments
 (0)