We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d77581a commit b247ac8Copy full SHA for b247ac8
images/ansible-operator/base.Dockerfile
@@ -60,6 +60,7 @@ RUN set -e && yum clean all && rm -rf /var/cache/yum/* \
60
61
COPY --from=builder /usr/local/lib64/python3.9/site-packages /usr/local/lib64/python3.9/site-packages
62
COPY --from=builder /usr/local/lib/python3.9/site-packages /usr/local/lib/python3.9/site-packages
63
+COPY --from=builder /usr/local/bin /usr/local/bin
64
65
ENV TINI_VERSION=v0.19.0
66
RUN curl -L -o /tini https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini-${TARGETARCH} \
0 commit comments