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 cee5b9f commit 3a21621Copy full SHA for 3a21621
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