Skip to content

Commit

Permalink
yum clean all in main Docker image to reduce size
Browse files Browse the repository at this point in the history
  • Loading branch information
manics committed Sep 17, 2020
1 parent 3dc040e commit af668ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ ADD playbook.yml requirements.yml /opt/setup/

RUN yum -y install epel-release \
&& yum -y install ansible sudo \
&& ansible-galaxy install -p /opt/setup/roles -r requirements.yml
&& ansible-galaxy install -p /opt/setup/roles -r requirements.yml \
&& yum clean all

ARG OMERO_VERSION=5.6.1
ARG OMEGO_ADDITIONAL_ARGS=
Expand Down

0 comments on commit af668ac

Please sign in to comment.