Skip to content

Commit

Permalink
Ensure that curl is updated
Browse files Browse the repository at this point in the history
Signed-off-by: Swati Sehgal <[email protected]>
  • Loading branch information
swatisehgal committed Apr 4, 2024
1 parent c2cb305 commit ad3d191
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ FROM quay.io/centos/centos:8
RUN cd /etc/yum.repos.d/ && \
sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-* && \
sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-*
RUN yum install -y hwdata && yum clean -y all
RUN yum install epel-release -y
RUN yum install -y hwdata curl libcurl && yum clean -y all
ADD _out/resource-topology-exporter /bin/resource-topology-exporter
RUN mkdir -p /etc/rte /etc/secrets/rte/tls /etc/secrets/rte/ca

ARG GIT_COMMIT
ARG VERSION
RUN \
Expand Down

0 comments on commit ad3d191

Please sign in to comment.