UNCLASSIFIED

Commit 72286b42 authored by Hayden's avatar Hayden
Browse files

Update Dockerfile

parent 03058b44
Pipeline #6878 failed with stage
...@@ -18,9 +18,9 @@ COPY LICENSE /licenses ...@@ -18,9 +18,9 @@ COPY LICENSE /licenses
### Install packages from ubi base repo ### Install packages from ubi base repo
RUN INSTALL_PKGS="java-1.8.0-openjdk ruby unzip" && \ RUN INSTALL_PKGS="java-1.8.0-openjdk ruby unzip" && \
yum clean metadata && \ yum clean metadata && \
yum --disableplugin=subscription-manager -y update-minimal --setopt=tsflags=nodocs \ yum --disablerepo="*" --enablerepo="*ubi-8*" --disableplugin=subscription-manager -y update-minimal --setopt=tsflags=nodocs \
--security --sec-severity=Important --sec-severity=Critical && \ --security --sec-severity=Important --sec-severity=Critical && \
yum --disableplugin=subscription-manager -y install --setopt=tsflags=nodocs ${INSTALL_PKGS} && \ yum --disablerepo="*" --enablerepo="*ubi-8*" --disableplugin=subscription-manager -y install --setopt=tsflags=nodocs ${INSTALL_PKGS} && \
yum -y -v clean all && \ yum -y -v clean all && \
[ ! -d /var/cache/yum ] || rm -rf /var/cache/yum [ ! -d /var/cache/yum ] || rm -rf /var/cache/yum
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment