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

Moved EOS dependency to stage1 image.

parent ee3c8c09
Branches
Tags
No related merge requests found
......@@ -84,6 +84,7 @@ RUN yum-config-manager --enable epel --setopt="epel.priority=4" \
json-c \
shadow-utils \
sudo \
zeromq \
&& \
yum clean all \
&& \
......
......@@ -36,7 +36,6 @@ ADD ${BASEDIR}/etc/yum/pluginconf.d /etc/yum/pluginconf.d
RUN yum install -y\
eos-client \
eos-server \
zeromq \
&& \
yum clean all \
&& \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment