Skip to content

Commit

Permalink
Merge pull request #12 from bluecadet/patch-fix
Browse files Browse the repository at this point in the history
Add in packages for patching in composer
  • Loading branch information
g105b authored Jan 5, 2023
2 parents cee5b9f + 3a21621 commit 307e4e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php-build.bash
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ then
fi
base_image="${base_image}cli-alpine"
dockerfile="FROM ${base_image}
RUN apk add --update --no-cache zip git bash openssh"
RUN apk add --update --no-cache bash coreutils git make openssh patch unzip zip"

base_repo="$1"

Expand Down

0 comments on commit 307e4e4

Please sign in to comment.