Skip to content

Commit e56fd92

Browse files
authored
PWX-28818: Update libxml for vulnerability fixes (#1270)
Signed-off-by: Priyanshu Pandey <ppandey@purestorage.com>
1 parent a31284f commit e56fd92

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ LABEL name="Stork" \
1010
summary="Storage Operator Runtime for Kubernetes" \
1111
description="Stork is a Cloud Native storage operator runtime scheduler plugin"
1212

13+
RUN curl https://yum.portworx.com/dl/ubi8/libxml2-2.9.7-15.el8_7.1.x86_64.rpm -o libxml.rpm && rpm -U libxml.rpm && rm -f libxml.rpm
14+
1315
RUN microdnf clean all && microdnf install -y python3.9 ca-certificates tar gzip openssl
1416

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

0 commit comments

Comments
 (0)