From 471ad659ad1bf72dd0b5661acd90b0c9890dcef1 Mon Sep 17 00:00:00 2001 From: Andy Maksymowicz Date: Mon, 27 Jul 2020 21:49:01 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1de3a7f..8ab38bf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,8 @@ COPY apache-activemq-5.15.13-bin.tar.gz / # root user is needed to extract files from the ActiveMQ gzip USER root -RUN tar -zxf apache-activemq-5.15.13-bin.tar.gz && \ +RUN dnf update -y && \ + tar -zxf apache-activemq-5.15.13-bin.tar.gz && \ rm apache-activemq-5.15.13-bin.tar.gz && \ chmod 755 apache-activemq-5.15.13/bin/activemq && \ useradd -r activemq --uid=1000 && \ -- GitLab