Revert subman install and setfacl

This commit is contained in:
Christian M. Adams
2020-10-22 15:40:05 -04:00
parent 784c924d88
commit a5b644c23c

View File

@@ -99,7 +99,6 @@ RUN dnf -y install \
libX11-xcb \ libX11-xcb \
libXScrnSaver \ libXScrnSaver \
strace \ strace \
subscription-manager \
vim \ vim \
nmap-ncat \ nmap-ncat \
nodejs \ nodejs \
@@ -111,7 +110,6 @@ RUN dnf -y install \
diffutils \ diffutils \
unzip && \ unzip && \
npm install -g n && n 10.15.0 && dnf remove -y nodejs npm install -g n && n 10.15.0 && dnf remove -y nodejs
RUN setfacl -m u:1000:r /etc/rhsm/rhsm.conf
{% endif %} {% endif %}
# Install runtime requirements # Install runtime requirements