UNCLASSIFIED

Commit 1df27e91 authored by Al Fontaine's avatar Al Fontaine
Browse files

Update Dockerfile

parent 378922b7
Pipeline #7077 passed with stage
......@@ -14,6 +14,8 @@ LABEL name="ActiveMQ" \
version=$VERSION \
summary="Apache ActiveMQ™ is the most popular open source, multi-protocol, Java-based messaging server. "
USER root
COPY ${DISTRO_NAME}.tar.gz /opt
RUN tar -zxf /opt/${DISTRO_NAME}.tar.gz -C /opt && \
......
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