From 1df27e91e3cc3c936ce4a09778d3d0f1dc3836e4 Mon Sep 17 00:00:00 2001 From: Al Fontaine Date: Wed, 1 Apr 2020 21:09:39 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index c506f18..eb2e0d0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 && \ -- GitLab