We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b82c5bb commit bfca559Copy full SHA for bfca559
deployer/v7/Dockerfile
@@ -8,7 +8,7 @@ ENV DEPLOYER_BIN=/usr/local/bin/dep
8
# INSTALLATION
9
RUN apt update && apt dist-upgrade -y && \
10
# DEPENDENCIES #############################################################
11
- apt install -y wget curl git openssh-client && \
+ apt install -y wget curl git openssh-client rsync && \
12
# DEPLOYER #################################################################
13
curl -LO https://github.com/deployphp/deployer/releases/download/v${DEPLOYER_VERSION}/deployer.phar && \
14
mv deployer.phar ${DEPLOYER_BIN} && \
0 commit comments