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 9c20f3d commit 84089f3Copy full SHA for 84089f3
operator-pipeline-images/Dockerfile
@@ -21,13 +21,9 @@ RUN dnf update -y && \
21
dnf install -y \
22
findutils \
23
git \
24
- wget \
25
gcc \
26
gnupg2 \
27
jq \
28
- cargo \
29
- libffi-devel \
30
- redhat-rpm-config \
31
krb5-devel \
32
krb5-workstation \
33
yamllint \
@@ -44,7 +40,6 @@ COPY operator-pipeline-images/config/krb5.conf /etc/krb5.conf
44
40
RUN curl -LO https://github.com/operator-framework/operator-registry/releases/download/v1.17.5/linux-amd64-opm && \
45
41
chmod +x linux-amd64-opm && \
46
42
mv linux-amd64-opm /usr/local/bin/opm
47
-
48
43
49
RUN useradd -ms /bin/bash -u "${USER_UID}" user
50
0 commit comments