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 41a2ecd commit 27be075Copy full SHA for 27be075
php-build.bash
@@ -42,7 +42,7 @@ then
42
fi
43
base_image="${base_image}cli-alpine"
44
dockerfile="FROM ${base_image}
45
-RUN apk add --update --no-cache zip git bash"
+RUN apk add --update --no-cache zip git bash openssh"
46
47
base_repo="$1"
48
@@ -107,4 +107,4 @@ echo "$dockerfile" >> output.log 2>&1
107
docker build --tag "$docker_tag" --cache-from "$docker_tag" . >> output.log 2>&1
108
# Update the user's repository with the customised docker image, ready for the
109
# next Github Actions run.
110
-docker push "$docker_tag" >> output.log 2>&1
+docker push "$docker_tag" >> output.log 2>&1
0 commit comments