Skip to content

Commit

Permalink
Ensure that nss 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 39bdc1b commit cafb1cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion images/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ 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 epel-release -y
RUN yum install -y hwdata && yum clean -y all
RUN yum update -y nss
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 cafb1cf

Please sign in to comment.