Skip to content

Commit 12de8e9

Browse files
author
Greg Bowler
committed
Merge remote-tracking branch 'origin/master'
2 parents 05ba119 + 27be075 commit 12de8e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

php-build.bash

Lines changed: 2 additions & 2 deletions
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"
47+
RUN apk add --update --no-cache zip git bash openssh"
4848

4949
base_repo="$1"
5050

@@ -110,4 +110,4 @@ echo "$dockerfile" >> output.log 2>&1
110110
docker build --tag "$docker_tag" --cache-from "$docker_tag" . >> output.log 2>&1
111111
# Update the user's repository with the customised docker image, ready for the
112112
# next Github Actions run.
113-
docker push "$docker_tag" >> output.log 2>&1
113+
docker push "$docker_tag" >> output.log 2>&1

0 commit comments

Comments
 (0)