We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 332790c commit 03d690aCopy full SHA for 03d690a
1 file changed
Dockerfile
@@ -10,8 +10,6 @@ LABEL name="Stork" \
10
summary="Storage Operator Runtime for Kubernetes" \
11
description="Stork is a Cloud Native storage operator runtime scheduler plugin"
12
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
-
15
RUN microdnf clean all && microdnf install -y python3.9 ca-certificates tar gzip openssl
16
17
RUN python3 -m pip install awscli && python3 -m pip install rsa --upgrade
0 commit comments