Skip to content

Commit

Permalink
Install git in extras image
Browse files Browse the repository at this point in the history
  • Loading branch information
manics committed Sep 17, 2020
1 parent af668ac commit e94a6e9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions extras/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ MAINTAINER [email protected]

USER root

RUN yum -y install \
git \
&& yum clean all

ADD 01-default-extras.omero /opt/omero/server/config/

USER omero-server

0 comments on commit e94a6e9

Please sign in to comment.