Skip to content

Commit 3a21621

Browse files
committed
Add in packages for patching in composer
1 parent cee5b9f commit 3a21621

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: php-build.bash

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ then
4444
fi
4545
base_image="${base_image}cli-alpine"
4646
dockerfile="FROM ${base_image}
47-
RUN apk add --update --no-cache zip git bash openssh"
47+
RUN apk add --update --no-cache bash coreutils git make openssh patch unzip zip"
4848

4949
base_repo="$1"
5050

0 commit comments

Comments
 (0)