Skip to content

Commit bf12a66

Browse files
committed
Add bash
1 parent 06e3ef1 commit bf12a66

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 sshpass openssh-client rsync
4+
RUN apk add --no-cache libstdc++ libgcc jq git curl unzip sshpass openssh-client rsync bash
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)