From a5b644c23cec62ca4be46bc81193d530a49dbe4e Mon Sep 17 00:00:00 2001 From: "Christian M. Adams" Date: Thu, 22 Oct 2020 15:40:05 -0400 Subject: [PATCH] Revert subman install and setfacl --- installer/roles/image_build/templates/Dockerfile.j2 | 2 -- 1 file changed, 2 deletions(-) diff --git a/installer/roles/image_build/templates/Dockerfile.j2 b/installer/roles/image_build/templates/Dockerfile.j2 index b6b479c659..9ffc1c7c69 100644 --- a/installer/roles/image_build/templates/Dockerfile.j2 +++ b/installer/roles/image_build/templates/Dockerfile.j2 @@ -99,7 +99,6 @@ RUN dnf -y install \ libX11-xcb \ libXScrnSaver \ strace \ - subscription-manager \ vim \ nmap-ncat \ nodejs \ @@ -111,7 +110,6 @@ RUN dnf -y install \ diffutils \ unzip && \ npm install -g n && n 10.15.0 && dnf remove -y nodejs -RUN setfacl -m u:1000:r /etc/rhsm/rhsm.conf {% endif %} # Install runtime requirements