Skip to content

Commit

Permalink
Install git on Dokcerfile which is needed for the mr.developer auto-c…
Browse files Browse the repository at this point in the history
…heckout.
  • Loading branch information
tisto committed Jun 3, 2017
1 parent af4f24f commit 393dcd0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
FROM plone:4
MAINTAINER "Timo Stollenwerk" <[email protected]>

USER root
RUN apt-get update && apt-get install -y git
USER plone

COPY site.cfg /plone/instance/
RUN bin/buildout -c site.cfg

0 comments on commit 393dcd0

Please sign in to comment.