Skip to content

Commit

Permalink
copy ansible binaries from builder stage
Browse files Browse the repository at this point in the history
Signed-off-by: Bryce Palmer <[email protected]>
  • Loading branch information
everettraven committed Jul 26, 2023
1 parent d77581a commit 6fc9006
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions images/ansible-operator/base.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ RUN set -e && yum clean all && rm -rf /var/cache/yum/* \

COPY --from=builder /usr/local/lib64/python3.9/site-packages /usr/local/lib64/python3.9/site-packages
COPY --from=builder /usr/local/lib/python3.9/site-packages /usr/local/lib/python3.9/site-packages
COPY --from=builder /usr/local/bin /usr/local/bin

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

0 comments on commit 6fc9006

Please sign in to comment.