Skip to content

Commit bfca559

Browse files
sirlukyf3l1x
authored andcommitted
add rsync to dependencies
1 parent b82c5bb commit bfca559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployer/v7/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ENV DEPLOYER_BIN=/usr/local/bin/dep
88
# INSTALLATION
99
RUN apt update && apt dist-upgrade -y && \
1010
# DEPENDENCIES #############################################################
11-
apt install -y wget curl git openssh-client && \
11+
apt install -y wget curl git openssh-client rsync && \
1212
# DEPLOYER #################################################################
1313
curl -LO https://github.com/deployphp/deployer/releases/download/v${DEPLOYER_VERSION}/deployer.phar && \
1414
mv deployer.phar ${DEPLOYER_BIN} && \

0 commit comments

Comments
 (0)