We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6630d41 commit d6b7b4cCopy full SHA for d6b7b4c
Dockerfile
@@ -1,7 +1,5 @@
1
FROM registry.access.redhat.com/ubi7/ubi AS rhel7builder
2
3
-ARG CRICTL_VERSION=1.33.0
4
-
5
RUN yum install -y gcc openssl-devel && \
6
rm -rf /var/cache/dnf && \
7
curl https://sh.rustup.rs -sSf | sh -s -- -y
0 commit comments