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 d2c5bb6 commit 53bf1f9Copy full SHA for 53bf1f9
Dockerfile
@@ -1,7 +1,7 @@
1
FROM node:21-alpine AS node
2
FROM php:8.1.27-cli-alpine
3
4
-RUN apk add --no-cache libstdc++ libgcc jq git curl unzip
+RUN apk add --no-cache libstdc++ libgcc jq git curl unzip sshpass openssh-client rsync
5
6
# Install Composer
7
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer --2.2
0 commit comments