From 40ce2a4562d4637bd171d29bf34e4c0f79bf5a30 Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Feb 27 2019 17:18:23 +0000 Subject: Set WORKDIR in Dockerfile. --- diff --git a/Dockerfile b/Dockerfile index 5ae8175..e149586 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,7 @@ LABEL \ build-date="" ARG cacert_url=undefined +WORKDIR /src RUN cd /etc/yum.repos.d/ \ && dnf -v -y install 'dnf-command(config-manager)' \ && dnf config-manager --add-repo http://download-ipv4.eng.brq.redhat.com/rel-eng/RCMTOOLS/latest-RCMTOOLS-2-F-28/compose/Everything/x86_64/os/ \