diff --git a/Dockerfile b/Dockerfile index bedf918..99f38e8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -94,30 +94,38 @@ ARG INSTALL_DIR=/usr/local COPY --from=tomcat_dist /build/tcnative $BUILD_DIR/tcnative COPY --from=tomcat_dist /build/apr $BUILD_DIR/apr SHELL ["/bin/bash", "-euo", "pipefail", "-c"] -RUN yum install -y gcc make expat-devel java-${JAVA_MAJOR}-openjdk-devel redhat-rpm-config && \ - yum clean all +RUN <