UNCLASSIFIED

Commit ee782b58 authored by Andy Maksymowicz's avatar Andy Maksymowicz
Browse files

Merge branch 'scottstroud-development-patch-22615' into 'development'

install diffutils

See merge request !8
parents 9b5fcfea e4cd8b67
Pipeline #228601 passed with stages
in 30 minutes and 54 seconds
......@@ -22,7 +22,7 @@ COPY cp-server-connect-operator-5.5.3_caas.tar.gz /opt/caas/
RUN cd /usr/share/java/cc-base && tar -xvf operator-5.5.3-plugins.tar.gz && rm operator-5.5.3-plugins.tar.gz \
&& cd /opt/caas && tar -xvf cp-server-connect-operator-5.5.3_caas.tar.gz && rm cp-server-connect-operator-5.5.3_caas.tar.gz \
&& yum install -y openssl findutils && yum clean all && mkdir -p "${CONNECT_LOG4J_DIR}" "${CONNECT_SECRETS_DIR}" "${CONNECT_CONFIG_DIR}" "${COMPONENT_SCRIPT_DIR}/${COMPONENT}" "${COMPONENT_SCRIPT_DIR}/${COMPONENT}/jars" \
&& yum install -y openssl findutils diffutils && yum clean all && mkdir -p "${CONNECT_LOG4J_DIR}" "${CONNECT_SECRETS_DIR}" "${CONNECT_CONFIG_DIR}" "${COMPONENT_SCRIPT_DIR}/${COMPONENT}" "${COMPONENT_SCRIPT_DIR}/${COMPONENT}/jars" \
&& chmod -R ag+w "${CONNECT_LOG4J_DIR}" "${CONNECT_SECRETS_DIR}" "${CONNECT_CONFIG_DIR}" "/opt"
CMD ["/opt/caas/bin/run"]
......@@ -30,4 +30,4 @@ CMD ["/opt/caas/bin/run"]
HEALTHCHECK --start-period=120s --interval=5s --timeout=10s --retries=96 \
CMD /opt/caas/bin/ensure
USER 1001
\ No newline at end of file
USER 1001
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment