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.
2 parents cee5b9f + 3a21621 commit 307e4e4Copy full SHA for 307e4e4
php-build.bash
@@ -44,7 +44,7 @@ then
44
fi
45
base_image="${base_image}cli-alpine"
46
dockerfile="FROM ${base_image}
47
-RUN apk add --update --no-cache zip git bash openssh"
+RUN apk add --update --no-cache bash coreutils git make openssh patch unzip zip"
48
49
base_repo="$1"
50
0 commit comments