UNCLASSIFIED

Commit e787d73d authored by Jeffrey Weatherford's avatar Jeffrey Weatherford
Browse files

Merge branch 'jweatherford-development-patch-80488' into 'development'

Update Dockerfile to add dnf upgrade

See merge request !33
parents fd95132a 77fca11d
Pipeline #171506 passed with stages
in 24 minutes and 58 seconds
......@@ -33,7 +33,7 @@ RUN mkdir -p $JENKINS_HOME && \
chown ${uid}:${gid} $JENKINS_HOME && \
groupadd -g ${gid} ${group} && \
useradd -d "$JENKINS_HOME" -u ${uid} -g ${gid} -m -s /bin/bash ${user} && \
dnf update -y && \
dnf update -y && dnf -y upgrade && \
dnf install -y fontconfig git unzip --setopt=tsflags=nodocs && \
git lfs install && \
dnf clean all && \
......
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