UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 44500b04 authored by Scott Stroud's avatar Scott Stroud
Browse files

weird dnf perms fix

parent fa388b94
No related branches found
No related tags found
2 merge requests!12Development,!112.6.0
Pipeline #1764062 passed
Pipeline: confluent-operator-2.9.x

#1764065

    ......@@ -24,6 +24,7 @@ COPY --from=base /opt/manager /opt/manager
    RUN echo "===> Dependency update" \
    && dnf update -y --nodocs \
    && chmod gu-s /usr/bin/write \
    && echo "===> Clean up, Clean up" \
    && dnf clean all \
    && yum clean all \
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment