Skip to content

Commit 27be075

Browse files
author
Greg Bowler
authored
Install openssh for private repositories
1 parent 41a2ecd commit 27be075

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
@@ -42,7 +42,7 @@ then
4242
fi
4343
base_image="${base_image}cli-alpine"
4444
dockerfile="FROM ${base_image}
45-
RUN apk add --update --no-cache zip git bash"
45+
RUN apk add --update --no-cache zip git bash openssh"
4646

4747
base_repo="$1"
4848

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

0 commit comments

Comments
 (0)