Skip to content

Commit b247ac8

Browse files
authored
copy ansible binaries from builder stage (#6520)
Signed-off-by: Bryce Palmer <[email protected]>
1 parent d77581a commit b247ac8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

images/ansible-operator/base.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ RUN set -e && yum clean all && rm -rf /var/cache/yum/* \
6060

6161
COPY --from=builder /usr/local/lib64/python3.9/site-packages /usr/local/lib64/python3.9/site-packages
6262
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
6364

6465
ENV TINI_VERSION=v0.19.0
6566
RUN curl -L -o /tini https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini-${TARGETARCH} \

0 commit comments

Comments
 (0)