Skip to content

Commit

Permalink
Update Dockerfile-fips
Browse files Browse the repository at this point in the history
testing ex cve
  • Loading branch information
phanikumarp authored Dec 18, 2024
1 parent e777b4b commit 87f825e
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions docker/ubi8/Dockerfile-fips
Original file line number Diff line number Diff line change
Expand Up @@ -54,21 +54,9 @@ ENV KUBECTL_VERSION=v1.31.0
ENV KUBECTL_RELEASE=1.15.10
ENV AWS_BINARY_RELEASE_DATE=2020-02-22

RUN dnf install -y \
curl \
git \
vim \
wget \
bzip2 \
tar \
gcc \
gcc-c++ \
make \
python3 \
&& dnf clean all


#RUN yum -y remove tar vim vi
RUN yum -y install git bash wget curl
RUN yum -y remove tar vim vi

RUN echo '#!/usr/bin/env bash' > /usr/local/bin/hal && \
echo '/opt/halyard/bin/hal "$@"' >> /usr/local/bin/hal && \
chmod +x /usr/local/bin/hal
Expand Down

0 comments on commit 87f825e

Please sign in to comment.