Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
npotier authored May 10, 2017
1 parent 506a075 commit 2011d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM composer/composer:1.1-alpine

LABEL maintainer "[email protected]"

RUN composer global require --dev deployer/deployer:~4.1.0 deployer/recipes:~4.1.0 codeception/codeception:~2.2.0
RUN composer global require --dev deployer/deployer deployer/recipes codeception/codeception
RUN apk --no-cache add openssh-client rsync

ENTRYPOINT ["/bin/sh", "-c"]

0 comments on commit 2011d5d

Please sign in to comment.