Skip to content

Commit

Permalink
debug RPMs copied
Browse files Browse the repository at this point in the history
  • Loading branch information
akostadinov committed Nov 3, 2023
1 parent b15615b commit 0926560
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@ LABEL org.opencontainers.image.authors="https://issues.redhat.com/browse/THREESC
# org.opencontainers.image.created=""

ARG PORTA_IMAGE=quay.io/3scale/porta:nightly
COPY --from=builder /tmp/manticore_uselessly_long_path_to_prevent_rpm_build_issues/build/*.rpm /tmp/rpms
COPY --from=builder /tmp/manticore_uselessly_long_path_to_prevent_rpm_build_issues/build/*.rpm /tmp/rpms/
COPY --from=$PORTA_IMAGE /opt/system/config/standalone.sphinx.conf "/etc/manticoresearch/manticore.conf"
RUN microdnf install -y --nodocs mysql openssl boost zlib && \
ls -l /tmp/rpms && \
rpm -iv --excludedocs /tmp/rpms/* && \
rm -rf /tmp/rpms && \
microdnf clean all && \
Expand Down

0 comments on commit 0926560

Please sign in to comment.