Skip to content
Snippets Groups Projects
Commit 5a296700 authored by Eric Cano's avatar Eric Cano
Browse files

Removed yum update in docker image creation to speed up building.

parent 933c2552
Branches
Tags
No related merge requests found
......@@ -32,9 +32,8 @@ ENV ORCHESTRATIONDIR="continuousintegration/orchestration/pods" \
# Manage repos before running yum
ADD ${BASEDIR}/etc /etc
RUN yum update -y \
&& \
yum install -y \
# yum update could be added at some point.
RUN yum install -y \
yum-plugin-downloadonly \
yum-plugin-priorities \
yum-plugin-versionlock \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment