Skip to content

Commit

Permalink
fix 6.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
npotier committed Dec 22, 2017
1 parent af8fd63 commit 3a92c91
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
FROM composer:latest
FROM php:7-alpine

LABEL maintainer "[email protected]"

RUN composer global require --dev deployer/deployer:6.0.5
RUN curl -LO https://deployer.org/deployer.phar \
&& mv deployer.phar /usr/local/bin/dep \
&& chmod +x /usr/local/bin/dep

RUN apk --no-cache add openssh-client rsync

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

0 comments on commit 3a92c91

Please sign in to comment.