Skip to content

Commit

Permalink
Removed the temp hack of libcurl and curl rpm update added for IBM sc…
Browse files Browse the repository at this point in the history
…ans.
  • Loading branch information
sivakumar subraani committed Mar 27, 2023
1 parent 198fee6 commit f8dd459
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ RUN microdnf clean all && microdnf install -y python3.9 ca-certificates tar gzip

RUN python3 -m pip install awscli && python3 -m pip install rsa --upgrade

RUN curl https://yum.portworx.com/dl/ubi8/libcurl-7.61.1-25.el8_7.3.x86_64.rpm -o libcurl.rpm && rpm -U libcurl.rpm && rm -f libcurl.rpm
RUN curl https://yum.portworx.com/dl/ubi8/curl-7.61.1-25.el8_7.3.x86_64.rpm -o curl.rpm && rpm -U curl.rpm && rm -f curl.rpm

RUN curl -q -o /usr/local/bin/aws-iam-authenticator https://amazon-eks.s3-us-west-2.amazonaws.com/1.10.3/2018-07-26/bin/linux/amd64/aws-iam-authenticator && \
chmod +x /usr/local/bin/aws-iam-authenticator

Expand Down

0 comments on commit f8dd459

Please sign in to comment.