Skip to content

Commit 53bf1f9

Browse files
committed
Add ssh
1 parent d2c5bb6 commit 53bf1f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM node:21-alpine AS node
22
FROM php:8.1.27-cli-alpine
33

4-
RUN apk add --no-cache libstdc++ libgcc jq git curl unzip
4+
RUN apk add --no-cache libstdc++ libgcc jq git curl unzip sshpass openssh-client rsync
55

66
# Install Composer
77
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer --2.2

0 commit comments

Comments
 (0)