diff --git a/Containerfile b/Containerfile index 7a298f7..bad1b75 100644 --- a/Containerfile +++ b/Containerfile @@ -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 && \