Skip to content

Commit 84089f3

Browse files
mayurwaghmodeAllda
authored andcommitted
Update Dockerfile
1 parent 9c20f3d commit 84089f3

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

operator-pipeline-images/Dockerfile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,9 @@ RUN dnf update -y && \
2121
dnf install -y \
2222
findutils \
2323
git \
24-
wget \
2524
gcc \
2625
gnupg2 \
2726
jq \
28-
cargo \
29-
libffi-devel \
30-
redhat-rpm-config \
3127
krb5-devel \
3228
krb5-workstation \
3329
yamllint \
@@ -44,7 +40,6 @@ COPY operator-pipeline-images/config/krb5.conf /etc/krb5.conf
4440
RUN curl -LO https://github.com/operator-framework/operator-registry/releases/download/v1.17.5/linux-amd64-opm && \
4541
chmod +x linux-amd64-opm && \
4642
mv linux-amd64-opm /usr/local/bin/opm
47-
4843

4944
RUN useradd -ms /bin/bash -u "${USER_UID}" user
5045

0 commit comments

Comments
 (0)