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 06e3ef1 commit bf12a66Copy full SHA for bf12a66
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 sshpass openssh-client rsync
+RUN apk add --no-cache libstdc++ libgcc jq git curl unzip sshpass openssh-client rsync bash
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