Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tchughesiv committed Jul 31, 2017
1 parent f312334 commit 3ad19fc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ MwogICAgICAgIHJlcXVpcmVkOiBUcnVlCg=="

COPY roles /opt/ansible/roles
COPY playbooks /opt/apb/actions
RUN chown -R apb /opt/{ansible,apb} \
&& chmod -R g=u /opt/{ansible,apb}
RUN chmod -R g=u /opt/{ansible,apb}

RUN yum install -y postgresql && yum clean all

Expand Down

0 comments on commit 3ad19fc

Please sign in to comment.